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

Re: which is the best command to use



* lina (2011-12-23):
[...]
> File_a.txt
> a
> a
> a
> 
> File_b.txt
> b
> b
> b
> 
> I wish to get a file_ab.txt as
> a b
> a b
> a b

apt-get install coreutils
paste File_a.txt File_b.txt

-André

-- 
L'art d'ennuyer est de tout dire. [Voltaire]


Reply to: