Page 1 of 1

Posted: Tue Sep 09, 2008 8:54 am
by chulett
Enable the Filter option in the stage and then put a command in the filter that returns a simple list of filenames, something like:

Code: Select all

ls -1

Posted: Wed Sep 10, 2008 12:04 am
by asaf_arbely
chulett wrote:Enable the Filter option in the stage and then put a command in the filter that returns a simple list of filenames, something like:

Code: Select all

ls -1
...
and value shuld i fill in the file name field ?

Posted: Wed Sep 10, 2008 12:23 am
by chulett
Try the directory the files can be found in, the stage will combine the two and read the 'standard out' of the command as input to the stage.