[Privoxy-devel] dealing with spaces in filenames
Christoph Gysin
christoph.gysin at gmail.com
Fri Nov 17 16:26:18 UTC 2017
> It seems simple enough.. but this bit for finding authors
> for vfile in `find /home/cvs/P/PR/PROJECT -name '*,v'`; do
> can't deal with spaces in filenames.
Try:
find /home/cvs/P/PR/PROJECT -name '*,v' -print0 | xargs -0 rlog | sed
-nr 's/^date:.* author: ([^;]+).*/\1/p'
Chris
--
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" org at fr33z3
More information about the Privoxy-devel
mailing list