Tom Gilbert wrote:

> > cat abc def | more >def

> I don't understand. Why are you piping through more?

Because I am pretty new to Linux and could not think of any other way...

> Why not just
> cat abc def > def

Because it will tell you that the output is an input file...

> or
> cat def >> abc

Because it APpends instead of PREpends.

Niclas

Reply via email to