The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: File Comparison
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 01-02-2008
dislusive dislusive is offline
Registered User
  
 

Join Date: Jan 2008
Location: Pittsburgh, PA
Posts: 2
which seq (usually resides in /usr/bin/)

It's an individual executable command; should be part of the coreutils package if you're using linux.

if it exists on your system, modify the script
seq="/path/to/seq"

then modify the for statement to use the variable: for i in `${seq}...