Re: File Manipulation in Linux
- From: "ynotssor" <ynotssor@xxxxxxxxxxx>
- Date: Sun, 28 Jan 2007 22:31:06 -0800
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
.
- Follow-Ups:
- Re: File Manipulation in Linux
- From: Joe Cipale
- 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
- File Manipulation in Linux
- Prev by Date: FTP with a Domain name....
- Next by Date: Re: FTP with a Domain name....
- Previous by thread: Re: File Manipulation in Linux
- Next by thread: Re: File Manipulation in Linux
- Index(es):
Relevant Pages
|
|