package bistro

  1. Overview
  2. Docs
module Cmd : sig ... end
val wget : ?descr_url:string -> ?no_check_certificate:bool -> ?user_agent:string -> ?user:string -> ?password:string -> string -> Bistro.file Bistro.pworkflow
val wget_dyn : ?descr_url:string -> ?no_check_certificate:bool -> ?user_agent:string -> ?user:string -> ?password:string -> string Bistro.workflow -> Bistro.file Bistro.pworkflow
val tar_xf : ?strip_components:int -> 'a Bistro.tar Bistro.pworkflow -> 'a Bistro.pworkflow
val tar_xfz : ?strip_components:int -> 'a Bistro.tar Bistro.gz Bistro.pworkflow -> 'a Bistro.pworkflow
val tar_xfj : ?strip_components:int -> 'a Bistro.tar Bistro.bz2 Bistro.pworkflow -> 'a Bistro.pworkflow
val head : n:int -> Bistro.text_file as 'a Bistro.pworkflow -> 'a Bistro.pworkflow