Hacker News new | ask | show | jobs
by amyjess 1930 days ago
You can join files together.

    $ cat foo bar > baz
will join the files foo and bar together into a single file called baz