Search Results

Search: Posts Made By: unxusr123
4,598
Posted By unxusr123
Concatenate rows in to 2 files
I have 2 files

FILEA
1232342
1232342
2344767
4576823
2325642

FILEB
3472328
2347248
1237123
1232344
8787890

I want the output to go into a 3rd file and look like:

FILEC
1232342...
1,880
Posted By unxusr123
reply
Thanks got the output

join -t "*" -j1 1 -j2 1 file1 file2 > output

This wil give complete record.
1,880
Posted By unxusr123
To output complete record with JOIN
Hi

I have 2 files

file1

12312341231612634
34534368463786347
23472364287687263
23472357841007237

file2
...
12,427
Posted By unxusr123
Displays line number 1000 to 2000
Hi,

I have 1 million records and want to extract lines betwen 10000 -20000 and put it in another file.

Could you please suggest a command for this.

Thanks in advance
1,921
Posted By unxusr123
Extract some common fields from 1 file that are presnt in another file
I have 2 files
FILEA
720646363*PHILIPPINES
117183970*USA
116274291*USA
107940983*USA
107395824*USA
106632425*USA
105861926*USA
105208607*USA
053077046*USA
065428026*ENGLAND
FILEB...
5,283
Posted By unxusr123
SimpleAWK Examples
Can Anyone please give me some simple AWK Examples to clearly understand the usage and syntax of the command.

Thanks
Showing results 1 to 6 of 6

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