If I have two files, 'abc' and 'def' and I do a cat abc def | more >def the content of 'abc' is prepended to the 'def' file. If I create a script; #! /bin/sh # cat abc def | more >def and run it. The content is NOT prepended. WHY?? And how to do it instead? Niclas
- Re: 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
