installed_progs.t: Python checks stdout too, 150 ok
[sunny256-utils.git] / cunw
blob61da811780798df495375c3cb275212072e63fe5
1 #!/bin/sh
3 # cunw
4 # File ID: d3b3f684-5d37-11df-854d-90e6ba3022ac
5 # Lister ut alle filer som ikke er registrert i CVS (Cvs-UNWanted)
7 # BUGS: Avhengig av utskriftsformatet til cvs(1)
9 (cvs -n stat `find . -type d | grep -v -e 'CVS$' -e '\.AFV'` >/dev/null) 2>&1 | grep -v -e '^cvs status: Examining ' -e '^cvs server: Examining '
10 (cvs -n stat `find . -type f | grep -v -e '\.AFV' -e 'CVS/Entries' -e 'CVS/Repository$' -e 'CVS/Root$' -e 'CVS/Tag$' ` >/dev/null) 2>&1