Search Results

Search: Posts Made By: anthony.cros
5,748
Posted By anthony.cros
Brilliant, thanks a lot to both of you!
Brilliant, thanks a lot to both of you!
5,748
Posted By anthony.cros
Reading a file several times with awk
Hi everyone,

I was wondering if it's possible to read a file ("file2" in my example) more than once. In this example I want to print file2 entirely for each lines of file1:

awk -F$'\t' '{
...
5,768
Posted By anthony.cros
Thanks a lot for your response, i see that...
Thanks a lot for your response,

i see that using BEGIN is cleaner than my "if (NR==1)" and that "if (i in JFO)" exists is good to know!! :)

Franklin, my post from 9:55 describes it pretty well,...
4,676
Posted By anthony.cros
That did the trick :) Thanks so much for the...
That did the trick :)

Thanks so much for the help and explanations guys, that is GREATLY appreciated! :b:
5,768
Posted By anthony.cros
Hi, First thanks for responding! I'm not...
Hi,

First thanks for responding!
I'm not sure what you mean by "how" I want to get this but I'll give you a more thorough example:

I have this file for instance (TSV):

a b c d e...
4,676
Posted By anthony.cros
pass more than one input with pipe ("|")
Hi everyone,

Is there any way to use the pipe "|" operator to pass more than one input? For instance do:
(command1) (command2) | command3
with command 3 taking 2 parameters?

or maybe using...
5,768
Posted By anthony.cros
awk script to (un)/concatenate fields in file
Hi everyone,

I'm trying to use the "join" function for more than 1 field. Since it's not possible as it is, I want to take my input files and concatenate the joining fields as 1 field (separated...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 09:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy