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.
Dynamic Variable in KSH
Name: Douglas A. Maske Date: September 22, 2003 at 07:59:31 Pacific OS: Solaris 8 CPU/Ram: 512Mb
Comment:
I have a dynamic variable in a KSH script
The variable always starts with /abunchofdirectories/ and ends with :otherinfo
How do I strip of everything before / including / and everything after : including :
Summary: Hi All, I'm trying to open a file and read its data. The file is "a.txt" which contains: foo bar asdf gfdh I want to open this file and read the variables in an array "${values}". Any suggestions how...
Summary: Hi my script is to collect the duplicate records in the file. the script is as follows. sort -t, -k 1,1 -k3,6 datafile.csv | awk -F, 'BEGIN { getline holdline=$0 holdkey=$1$3$4$5$6 ...
Summary: Ok im doing this in ksh 1st off i have an input file that gets read it has the fields f or d (file or directory) path and filename all seperated by whitespace. Im gonna add on to this ttl (Time to liv...