Return to Snippet

Revision: 16110
at July 27, 2009 06:24 by kurokikaze


Initial Code
sed -i -e 's/oldpassword/newpassword/g' `grep -lR oldpassword *`

Initial URL


Initial Description


Initial Title
Change password in CVS directory (CVSROOT in Root files).

Initial Tags
Bash

Initial Language
Bash