26 Sep
2001
26 Sep
'01
10:36
Takes the result from your command (the output) and puts it in a new file
Hi, Here is the difference: | Basically PIPEs the command structures together. that you specifiy( find / -name httpd.conf > myConf.txt).
Takes the result from your command (the output) and appends it to an existing file or creates the file if it doesn't exist.
I hope this helps Q On Sat 26 May 01 09:09, Ray Booysen wrote:
Could someone please tell me the difference between the different piping characters e.g |, >>, >
Thanks Ray Booysen