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.
Column Search on File Script HELP!!
Name: mflair2000 Date: March 30, 2003 at 02:49:58 Pacific OS: w98 CPU/Ram: 500
Comment:
i have to write a bourne program to perform a search of an employee list searching a specific column **only and outputing a different column of the same line..this is driving me absoluting crazy..any help would appreciated!!!
Columns Information 01 - 11 Department 12 - 27 Player name 28 - 43 Target 44- 56 Team Name
Example of the " emplist " file... (The first two lines represent columns numbers, not in file)
EngineeringJohn Smith avinder Singh Rockets Operations Karen Smythe John Smith Eagles ... etc…
Sample execution:
$ as3 Player name? ohn See target (T/t) or team name (M/m)? m John Smith Rockets Dean Johnson Eagles Raj Johns Eagles
Summary: I'm stumped with this program I'm working on, can someone help. I'm new to UNIX and wanting to learn. The program I'm working on is to: Write a Korn shell script that will search the UNIX file system ...
Summary: Need to make scripts for -transfering files from a unix server to an NT server -editing files -working with variables ... My boss gave me 4 weeks to learn unix. I'm 2 weeks further and I know just the...
Summary: Below is a korn shell script which i would like under the CHK_FILES line to be able to look for files which have a date format eg 14112002 (which change daily) i would then like to pass these files d...