[Techtalk] real life kewl text-processing and regexps samples
wanted
Andrea Landaker
qirien at icecavern.net
Sun Jan 25 20:02:04 EST 2004
> Will
>
> find . -name '*.zip' -print0 | xargs -0 -n 1 unzip-createdir
>
> work with spaces etc?
Yeah, that works for most things (for one thing I was doing I had a "sed" in
between find and xargs, and so that didn't work as well since there was no
EOL).
But, thanks, that works better for most things.
--
Andrea Landaker
http://www.icecavern.net/~qirien/
More information about the Techtalk
mailing list