0 votes
in Linux by
How to write the output of a command to a file?

1 Answer

0 votes
by
How to write the output of a command to a file?

You can use the redirection operator (>) to do this.

Syntax: $ (command) > (filename)

Related questions

+1 vote
asked May 11, 2021 in Linux by rajeshsharma
0 votes
asked Apr 25, 2022 in Apache Log4j by rajeshsharma
...