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.
how to uppercase filenames
Name: David wang Date: November 15, 2002 at 22:27:12 Pacific OS: SunOs CPU/Ram: Ultra Sparc
Comment:
how to write a script to uppercase all filenames under one directory? Thanks lot!
Summary: Taken directly from the man pages of rm > man rm Users often wonder how to deal with filenames that begin with ``-'', since arguments that begin with ``-'' are usually treated as flags. The special a...
Summary: How do you print an entire column from a seperate file. I need to write a script entirely in korn that will prompt the user to enter the fields that they wish to display, and with that information di...
Summary: after i have added something into /etc/inittab like: x29:2:once:dosomething how to make this modification active at once? "init q" doesnt work here. ...