Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
script to change case of extensions
Name: Peter Date: May 13, 2003 at 12:40:31 Pacific OS: unix CPU/Ram: 1.7
Comment:
I need a script to change the case of file extensions from upper to lower case. I don't think I can do it just in the ordinary bash shell, and I know nothing about awk
Summary: Hi, I’m struggling to write a script to do the following, -will go through each line in the file -in a specific character positions, changes the value to a new value -These character positions ar...
Summary: Obviously, if you change the file structure you stated, this breaks. If this is a script you'll run often, then you probably want to change to the directory where the files reside. When it's the wa...
Summary: I want to write script to get a port value from property file and find whether process is running in the port using netstat -a command. It should work in hp-unix,sun os and ibm aix. Thanks & regards, ...