Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash nohup specify output file

# Basic syntax:
nohup your_program > your_program.out 2> your_program.err
# Where:
#	- the stdout from your_program is written to your_program.out
#	- any errors sent to stderr are written to your_program.err
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #bash #nohup #output #file
ADD COMMENT
Topic
Name
7+8 =