The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-26-2008
push push is offline
Registered User
 

Join Date: Nov 2007
Location: Pune
Posts: 20
use zip command
zip <filename>.zip A_to_Z.txt Z_to_A.txt 1_to_20.txt 20_to_1.txt
Reply With Quote