Redirect man pages of ‘find’ command to a file called, find_manpages in /tmp directory.

1 answer below »



Redirect man pages of ‘find’ command to a file called, find_manpages in /tmp directory.



Answered Same DayDec 25, 2021

Answer To: Redirect man pages of ‘find’ command to a file called, find_manpages in /tmp directory.

Robert answered on Dec 25 2021
128 Votes
Try running below command at unix terminal.
man find | col -bx | cat >/tmp/find_manpages
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here