Daniel Shahaf <d...@daniel.shahaf.name> writes:
> You probably know the following, but for the list's benefit I'll say it:
> awk(1) is not a robust way to parse `svn status` output; the output is
> columns-oriented, not whitespace-separated-fields oriented.  `svn st |
> cut` or `svn st --xml` are the recommended idioms.

Now that you mention it, /^...C/ would have been much simpler.

DES
-- 
Dag-Erling Smørgrav - d...@des.no

Reply via email to