Bistro_unixmodule Cmd : sig ... endval wget :
?descr_url:string ->
?no_check_certificate:bool ->
?user_agent:string ->
?user:string ->
?password:string ->
string ->
Bistro.file Bistro.pworkflowval wget_dyn :
?descr_url:string ->
?no_check_certificate:bool ->
?user_agent:string ->
?user:string ->
?password:string ->
string Bistro.workflow ->
Bistro.file Bistro.pworkflowval gunzip : 'a Bistro.gz Bistro.pworkflow -> 'a Bistro.pworkflowval bunzip2 : 'a Bistro.bz2 Bistro.pworkflow -> 'a Bistro.pworkflowval unzip : 'a Bistro.zip Bistro.pworkflow -> 'a Bistro.pworkflowval tar_xf :
?strip_components:int ->
'a Bistro.tar Bistro.pworkflow ->
'a Bistro.pworkflowval tar_xfz :
?strip_components:int ->
'a Bistro.tar Bistro.gz Bistro.pworkflow ->
'a Bistro.pworkflowval tar_xfj :
?strip_components:int ->
'a Bistro.tar Bistro.bz2 Bistro.pworkflow ->
'a Bistro.pworkflowval crlf2lf : (Bistro.text_file as 'a) Bistro.pworkflow -> 'a Bistro.pworkflowval head :
n:int ->
(Bistro.text_file as 'a) Bistro.pworkflow ->
'a Bistro.pworkflow