Thanks man, I appreciate your help.
Greg Wooledge wrote:
>
> On Tue, May 18, 2010 at 10:08:54AM -0700, Afflictedd2 wrote:
>>
>> I'm tryin to build a script that will extract columns from a comma
>> sepparated or x delimited file.
>
> And do what with them? That matters, a lot.
>
>> I get th
On Tue, 18 May 2010 10:08:54 -0700 (PDT), Afflictedd2 wrote:
>
> I'm tryin to build a script
>
> Any help appreciated.
comp.unix.shell
On Tue, May 18, 2010 at 10:08:54AM -0700, Afflictedd2 wrote:
>
> I'm tryin to build a script that will extract columns from a comma
> sepparated or x delimited file.
And do what with them? That matters, a lot.
> I get the following error:
>
> Naix:Bash Naix$ ./extractCol.sh , cutDemo.input 3
>
Hi eveyrone,
I'm tryin to build a script that will extract columns from a comma
sepparated or x delimited file. This is what I have so far, but it doesn't
work. I get the following error:
Naix:Bash Naix$ ./extractCol.sh , cutDemo.input 3
awk -F',' '{ print $3 }' < cutDemo.input
awk: '{
awk: ^ in