Projet

Général

Profil

Eval211 » Historique » Révision 2

Révision 1 (François Rioult, 18/06/2010 22:29) → Révision 2/3 (François Rioult, 18/06/2010 22:37)

h1. Eval211 

 h2. Synopsis 

 This operator has two parameters, one input and one output. The corresponding shell script executes the parameters as a command on the input, and copies the result to the output. 

 h2. Parameters 

 2 parameters, treated as the command to be executed. 

 h2. Inputs 

 1 input file. 

 h2. Outputs 

 1 output: the result of the command. 

 h2. Example 

 This operator is used for applying a command with parameters, for example in [[CMAR.aws]] [[CMARX.aws]] for filtering the pattern mining result with @sed -n 's/_//pg'@.