Answers for "cron pipe error output to file"

0

cron pipe error output to file

// Adding '2>&1' will get cron to output errors to the file as well
// Credit to RanRag on stackoverflow

*/1 * * * * /home/ranveer/vimbackup.sh >> /home/ranveer/vimbackup.log 2>&1
Posted by: Guest on February-22-2021

Code answers related to "cron pipe error output to file"

Browse Popular Code Answers by Language