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.
Shell Scripting
Name: Hacker Date: December 1, 2002 at 16:48:44 Pacific OS: Unix CPU/Ram: N\A
Comment:
need to create a script doesnt matter what the name is...but it is supposed to take these options...
-d list all files in current dur -u print disk usagee -p print out all info about partition containin current dir
None of the above also it prints exit with an exit value of 1
Summary: Write a shell script file called letter1. After running the script, it will prompt the user, for an English alphabet, confirm the alphabet chosen, and then search the current directory for all the fil...
Summary: Shell Scripting -- Variables In the main script i have exported the variable and accessing it in another file but when i echo the value the value of the exported variable is not viewable . below are ...