in reply to Re^2: Writing unix-style filters
in thread Writing unix-style filters
Because I'd like to be able to pipe a list of files (from ls, echo, etc) into the script as well as list them on the command line:
You could easily substitute <STDIN> for <> in your original post since you're using <> exclusively to read from <STDIN>.
|
---|