Help with piping!

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
mattman5791
Posts: 4
Joined: 15 Apr 2011 12:01

Help with piping!

#1 Post by mattman5791 » 07 Oct 2011 11:58

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?

Post Reply