skip to main
|
skip to sidebar
Tips & Tricks
You can find useful Tips and Tricks on this Blog
Search for Tips & Tricks
Enter your search terms
Submit search form
Web
usefultipstricks.blogspot.com
Wednesday, February 27, 2008
How to iterate through output
# use this below script for iteration thorugh the output
for i in *.tar.gz; do echo working on $i; tar xvzf $i ; done
the above example will extract all tar.gz file in current folder.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Blog Archive
►
2011
(1)
►
May
(1)
▼
2008
(12)
▼
February
(3)
Bash command line key bindings
How to get the screen resolution
How to iterate through output
►
January
(9)
Labels
Bash
(4)
Linux
(8)
Perl
(3)
Tips
(3)
Tricks
(4)
Be My Guest
FireFox The Best Browser
Hit Stats
No comments:
Post a Comment