* 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]


-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to