Pages

Tuesday, February 9, 2016

Writing linux command output to file

In case you want to write the output of a command in linux terminal in text file, type the command as follows: Here I am giving an example of 'ls' command

ls > filename.txt

0 comments:

Post a Comment