Darryl Okahata wrote in list.freebsd-current:
 >      In the interests of peace and harmony (;-), I'd like to submit the
 > attached perl script, which lists the status of cvs-controlled files.
 > In particular, it's very useful for determining which files have been
 > modified but not committed, like:
 > [...]

Uhm...  Maybe I misunderstand what your 100-line perl script
does, but I use the following 3-line shell script instead:

   #!/bin/sh -
   cvs status | grep '^File:' | grep -v 'Status: Up-to-date$'
   true

Regards
   Oliver

-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:[EMAIL PROTECTED])

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to