[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Bash script question
- Subject: [ale] Bash script question
- From: bkruger at mindspring.com (Bob Kruger)
- Date: Tue, 11 Oct 2005 11:29:58 -0400 (GMT-04:00)
All;
I need to parse some simple text files. I would like to do this in the BASH shell and not have to invoke Perl, AWK, etc. I did the same a couple of years ago, but lost the code.
If I have a text file that has, for example, 6 lines, and I want to parse field in the 4th line, what can I run from the BASH shell to print out only the 4th line?
V/r
Bob