How to remove .svn folders from a directory tree in one line:
find . -name ".svn" -type d -exec rm -rf {} \;
How to tar and gzip a folder in one line :
tar cvf - /home/ebs | gzip - > ebs.tar.gz
Solaris One Liner :
http://www.unixguide.net/sun/sunoneliners.shtml
Comments
NAME
EMAIL
Website URL
NOTE - You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">