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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-11-2008
oduth oduth is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 7
Red face Changing values with increasing numbers!

Hi all,

i have a command named "vmchange" and i must use it for thousands of data which must be changed.

For example,

vmchange -m N0001
vmchange -m N0002
vmchange -m N0003
...
...
vmchange -m N0100

How can i do that in awk or bash script?
Any help would be greatly appreciated..

thanks already