Module Superbol_free_lib.Command_util

val section_name : string
val about : Ezcmd.V2.EZCMD.TYPES.block list -> Ezcmd.V2.EZCMD.TYPES.block list
type line =
  1. | LINE of int
  2. | CYCLE of {
    1. pos : int;
    2. size : int;
    3. count : int;
    }
val detect_cycle : string -> unit
val util_detect_cycle_cmd : Ezcmd.V2.EZCMD.TYPES.sub
val wc : string -> unit
val util_wc_cmd : Ezcmd.V2.EZCMD.TYPES.sub