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.
UNIX Shell script
Name: smathaiv Date: February 8, 2006 at 14:02:40 Pacific OS: Windows 2000 CPU/Ram: 256 MB
Comment:
I have a .txt file that contain any # of lines and 6 tab-delimited fields / line. I want to write a script that would read each line and assign each field in a line to a specific variable. could someone please help me with this?
Hello, I've a similar situation. But going one step further, I want a sample script that would add new records to the text file, with a user interface and ask the user a confirmation before saving to the file. Can someone please help me?? thanks!
Summary: Hey everybody.. I am wondering what software should I download for my PC at home to write and compile Unix Shell Script? Please reply as soon as possible.. Cheers ...
Summary: Hi Guys, I have a unix shell script which is like this... sqlplus -s $FEB_UID/$FEB_PWD@feb_dev |& print -p "select '|'||job_id||'|' from jobreq where status = 'PENDING';" print -p "exit...