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

Re: cut's counterpart: vcut ?!



On Wed, Nov 16, 2011 at 16:58 +0000, Joao Ferreira Gmail wrote:
> Hi all,
> 
> a crazy ideia just crossed my mind ?
> 
> Is there a command that allows me to "glue" to text files together line
> by line ? more or like the inverse operation of 'cut' ... a vertical

Something like "paste" ?

babilen@asasello: ~  $ cat a
1
2
3
babilen@asasello: ~  $ cat b
a
b
c
babilen@asasello: ~  $ paste -d '' a b
1a
2b
3c
-- 
Wolodja <babilen@gmail.com>

4096R/CAF14EFC
081C B7CD FF04 2BA9 94EA  36B2 8B7F 7D30 CAF1 4EFC

Attachment: signature.asc
Description: Digital signature


Reply to: