Re: File Manipulation in Linux
- From: Joe Cipale <joec@xxxxxxxxxxx>
- Date: Mon, 29 Jan 2007 11:19:25 +0000
ynotssor wrote:
In news:eph5v131g79@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. :)
.
- Follow-Ups:
- Re: File Manipulation in Linux
- From: Matt Giwer
- 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
- File Manipulation in Linux
- Prev by Date: Re: FTP with a Domain name....
- Next by Date: Re: File Manipulation in Linux
- Previous by thread: Re: File Manipulation in Linux
- Next by thread: Re: File Manipulation in Linux
- Index(es):
Relevant Pages
|
|