saving . . . saved Ubuntu Linux Questions has been deleted. Ubuntu Linux Questions has been hidden .
Ubuntu Linux Questions
Title
Question
How to re-direct an output to a file?

Linux Redirection-Pipes 04-05 min 0-10 sec 23-08-19, 3:27 p.m. satheshkumarthirumalaisamy1234

Answers:

Output file of which one?
Command output?
23-08-19, 3:54 p.m. pravin1389


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.

23-08-19, 4:07 p.m. Arjunz123


Log-in to answer to this question.