Tag: remove
Remove an existing Kernel
April 11, 2007
The final numbers(2.6.20.6) is the version of you kernel. You can get this using uname -r (for the current kernel)…
Remove CVS Information from a Folder
February 23, 2007
find -name CVS -exec rm -rf {} \; NOTE: Works only with bash
Recent Comments