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.
Borland Shell Script - HELP!!!
Name: Needy Date: April 25, 2001 at 00:55:46 Pacific
Comment:
Hi, I'm running out of time and my shell script needs to: a)The user must be prmpted for the name of a directory containing some files. b) If files of form *.src exist in the directory, they must be copied to directory TEST2IT. If no files are found display a message "No files of type src found". If files are foun display "Copying files now" and then show that they have been copied.
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...