Search Results

Search: Posts Made By: Quijotes
2,519
Posted By Quijotes
I apologize for not reading the posting rules...
I apologize for not reading the posting rules first... I will do that for my next thread.

b has 0 for file 2. if we use on the script all files then the table should look like this

a 34 0
b...
2,519
Posted By Quijotes
awk command to compare files by column
So I have this issue. I have 4 files. the first one is the master file who has all possible combinations:

file 1
- a
- b
- c
- d
- e

the other three have some of...
1,139
Posted By Quijotes
You can do it with just replacing the 4th column ...
You can do it with just replacing the 4th column

awk '{print $1,$2,$3,"1"}' input.txt > output.txt
Showing results 1 to 3 of 3

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