Re: File Manipulation in Linux
- From: Joe Cipale <joec@xxxxxxxxxxx>
- Date: Mon, 29 Jan 2007 15:32:27 +0000
ynotssor wrote:
In news:eplhhs1cj@xxxxxxxxxxxxxxxxxx,
Joe Cipale <joec@xxxxxxxxxxx> wrote:
I would have offered to use a combo of 'awk' and 'grep'. One script
and multiple output files
Why use grep? awk has excellent pattern-matching capabilities:
awk '/name_/ {print $3}' file1 > file2
Of course they do...
That is the cool thing about Unix/Linux: For each problem there are
AT LEAST a half-dozen ways to solve it. M$ havent figured that
aspect out yet though. :)
The same can be said of *n[ui]x users who are GUI-dependent.
Back in the day of Sun OS/Solaris, one could use the GUI for applications but
there was also a way to invoke a command from a command line and pass the
neccesary arguments to launch an application/utility from a shell prompt. Personally,
give me a shell ANY DAY of the week!
.
- Follow-Ups:
- Re: File Manipulation in Linux
- From: ynotssor
- Re: File Manipulation in Linux
- References:
- File Manipulation in Linux
- From: tman
- Re: File Manipulation in Linux
- From: Marc Schwartz
- Re: File Manipulation in Linux
- From: Marc Schwartz
- Re: File Manipulation in Linux
- From: Joe Cipale
- Re: File Manipulation in Linux
- From: ynotssor
- Re: File Manipulation in Linux
- From: Joe Cipale
- Re: File Manipulation in Linux
- From: ynotssor
- File Manipulation in Linux
- Prev by Date: Re: File Manipulation in Linux
- Next by Date: Re: my 56k dialup internal modem (V.92 Data/Fax/Voice) is not working on linux
- Previous by thread: Re: File Manipulation in Linux
- Next by thread: Re: File Manipulation in Linux
- Index(es):
Relevant Pages
|
|