NetWiki

I can make net work

User Tools

Site Tools


linux:bash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:bash [2023-09-25 20:42] – [Detect if Script is Run by Cron] davelinux:bash [2023-09-25 20:44] (current) – [Bash] dave
Line 1: Line 1:
 ====== Bash ====== ====== Bash ======
-FIXME: This isn't really bash, it's random Linux stuff that I'm tired of looking up.+Bash stuff that I'm tired of looking for.
  
  
Line 25: Line 25:
 ===== Detect if Script is Run by Cron ===== ===== Detect if Script is Run by Cron =====
 # Check if script is cron or shell - two versions. # Check if script is cron or shell - two versions.
 +  * [[https://stackoverflow.com/questions/3214935/can-a-bash-script-tell-if-its-being-run-via-cron|StackOverflow: Can a bash script tell if it's being run via cron?]]
 <code> <code>
-https://stackoverflow.com/questions/3214935/can-a-bash-script-tell-if-its-being-run-via-cron 
 if [ -t 1 ] ; then if [ -t 1 ] ; then
     echo "interacive mode";     echo "interacive mode";
linux/bash.1695674554.txt.gz · Last modified: by dave

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki