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
- Scripting problems. Niclas Hedhman
- Re: Scripting problems. Richard Adams
- Re: Scripting problems. Niclas Hedhman
- Re: Scripting problems. Tom Gilbert
- Re: Scripting problems. Niclas Hedhman
- Re: Scripting problems. Mike Ricketts
- Re: Scripting problems. Ray Olszewski
