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.
displaying words in a row to column
Name: drew76 Date: April 29, 2003 at 12:02:04 Pacific OS: Unix CPU/Ram: unk
Comment:
Hi -
How can I use awk to take names (i.e. D,Liz W,Frank) listed in one row and display in a column? First and Last Name are seperated by a "," and a space defines each field.
Example -
Writing a shell to take a file named 'Employ' and list the names in the row to a column.
Summary: Hi, I am a unix newbie. I am trying the following to search for a number of words in a text file (@unix command prompt), but the entire file contents are displayed. Can anyone tell me where I am makin...
Summary: The gsub commands are to get rid of extra spaces that would mess up the comparisons. I made an assumption that you do not need two or more spaces in a row. Any word appearing in the same tag list mo...