Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

put bash script execution output in a file

To use bash redirection, 
you run a command, 
specify the > or >> operator,
and then provide the path of a file you want the output redirected to.
> redirects the output of a command to a file, 
replacing the existing contents of the file.
Source by www.howtogeek.com #
 
PREVIOUS NEXT
Tagged: #put #bash #script #execution #output #file
ADD COMMENT
Topic
Name
5+4 =