Page 1 of 1

Help with piping!

Posted: 07 Oct 2011 11:58
by mattman5791
I have been working on a project for school and came to the very end but now I am confused. If any one can explain this to me it would be much appreciated.

Take the out.file.INITIALS as input for the sort command to reverse the sorting order, use this output (hint: Piping) as input to the find command to remove the error messages (File Not Found), then save the result to file out.file.INITIALS.Reverse

Any body know how to go about doing this?