Ubuntu Linux Questions
Title
Question
How to re-direct an output to a file?
Linux Redirection-Pipes 04-05 min 0-10 sec
Answers:
Output file of which one?
Command output?
You can use " > " to redirect the output to a file.
eg) ifconfig > output.txt
Here you will be redirecting the output of ifconfig command to output.txtfile.
Login to add comment