On 4/25/05, Jay Savage <[EMAIL PROTECTED]> wrote:
> On 4/25/05, Larsen, Errin M HMMA/IT <[EMAIL PROTECTED]> wrote:
> > Hi Perlers,
> >
> > I typically will type the following to collect a specific column of
> > data from some command's output:
> >
> > # some_command | awk '{print $4}'
> >
> >
On 4/25/05, Larsen, Errin M HMMA/IT <[EMAIL PROTECTED]> wrote:
> Hi Perlers,
>
> I typically will type the following to collect a specific column of
> data from some command's output:
>
> # some_command | awk '{print $4}'
>
> I wanted to start using perl one-liners more often, so I thought