Find locally modified files in CVS.

Shell Script (Bash) posted 7 months ago by marko

CVS prints it’s output to stderr for some reason. Here’s how to find locally modified files.

   1  cvs up 2>1|grep ^M

Tagged cvs, locally modified