help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] files


From: Val Krem
Subject: [Help-bash] files
Date: Thu, 21 Apr 2016 00:09:50 +0000 (UTC)


Hi John and  all,

I have two files the first file is pipe delimited  and the other file is space 
delimited. I want to combine the two files by the first column and the final 
result should be pipe delimited file


file 1

A123|24|315
A125|63|450

file 2
A123 009 163
A125 091 112

i want the result
A123|24|315|009|163
A125|63|450|091|112 



I tried  join and awk but failed to work for me.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]