![](https://seccdn.libravatar.org/avatar/72ee3b9e0735cf98a1e936a90fc087ed.jpg?s=120&d=mm&r=g)
27 May
2006
27 May
'06
15:32
On Saturday 27 May 2006 17:20, lerninlinux@comcast.net wrote:
How do I pipe the results to the text file? Is that "|" the command?
You don't pipe to a file, you pipe to a command. To a file you "redirect" To redirect the output to a file you use the > operator, for example diff -u file1 file2 > outputfile