in reply to Need to change, oh, every file at once?
find ./ -type f | xargs ./somescript.plstarts the least number of processes. More than one process may be started if the length of the command line grows beyond what's permitted.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Need to change, oh, every file at once?
by belg4mit (Prior) on Jan 22, 2002 at 12:55 UTC |