Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


Handle Compressed and Uncompressed Files Uniformly

Apr 13, 2009, 08:03 (0 Talkback[s])
(Other stories by David Sinck)

"Now, when you want to process the files, you can use: for file in * ; do

data_source $file | ...
done

"If you have bzip2 files, just modify the data_source function to check for that also."

Complete Story

Related Stories: