skip to main
|
skip to sidebar
Tech Notes
Monday, February 1, 2010
gzip files recursively
find . -type f -exec sh -c 'cat {} | gzip > {}.tmp; mv {}.tmp {}' \;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2013
(1)
►
April
(1)
▼
2010
(14)
►
March
(3)
▼
February
(11)
xorg.conf
jboss startup script
solr startup script
gzip files recursively
git basics
Linux paste and sed -- join and remove blanks
Linux command - remove lines
SSH without password
Setup Hadoop
Patch Hadoop
Install MogileFS on Ubuntu
About Me
Andre Quina
View my complete profile
No comments:
Post a Comment