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 Script Help
Name: ohuang Date: April 11, 2005 at 10:13:05 Pacific OS: AIX CPU/Ram: ?
Comment:
Can someone tell me what the following line of code does.
ls $SOURCE/$DATE* 2>&1 > /tmp/ediin$$
I have a hard time to understand it especially the "2>&1 > /tmp/ediin$$" part.
Summary: Hi, can anyone help me, I am doing an assignment and I'm having trouble figuring it out. First of all. I am using the Bourne shell and I need to display the user of the shell script their Surname foll...
Summary: I need help on writing 2 shell scripts: 1) Write a shell script, to be called `keep', that will take any number of file names as arguments. It should remove all files from the current directory...
Summary: Please help me on two shell scripts: 1. the script simulates the ls -l command but prints only three columns of our choice. 2. the script makes a file out of the information in the etc/passwd. file u...