Unix: prepending a file without a dummy-file?

Posted by Heoa on Stack Overflow See other posts from Stack Overflow or by Heoa
Published on 2010-03-23T20:12:51Z Indexed on 2010/03/23 20:23 UTC
Read the original article Hit count: 421

Filed under:
|
|
|

I do not want:

$ cat file > dummy; $ cat header dummy > file

I want similar to the command below but to the beginning, not to the end:

$ cat header >> file

© Stack Overflow or respective owner

Related posts about unix

Related posts about append