Hardware Tutorials

Tutorials on hardware, software, operating systems and more.

List locally modified CVS files

on 28 December 2011

Quick command for listing locally modified CVS files.

cvs -Q status | grep -i locally

Leave a Reply