Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

run shell script every 2 days

0 23 * * * insert_your_script_here.sh

#!/bin/sh
if [ -f /tmp/altday.txt ]; then
  rm /tmp/altday.txt
  exit
fi
touch /tmp/altday.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: iperf test example 
Shell :: List files in long format with readable file sizes in Linux 
Shell :: msysgit display end 
Shell :: buildozer cython not found 
Shell :: tree command in hpc 
Shell :: git remove before commit 
Shell :: gnome-desktop-item-edit install for kali 
Shell :: how to record or log commands on the command-line 
Shell :: locate path software 
Shell :: git cli 
Shell :: details of a long format in linux and unix based OS 
Shell :: snap bin location 
Shell :: ros galactic 
Shell :: autosaving in VIM 
Shell :: pwsh exit script 
Shell :: How to remove files and directories quickly via terminal (bash shell) 
Shell :: docker swarm redistribute services on nodes 
Shell :: ubuntu error dpkg: error processing archive libc6_2.27-3ubuntu1_amd64.deb (--install): new libc6:amd64 package pre-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 
Shell :: brew install shopify-cli Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)! 
Shell :: how to find inode of a file in linux 
Shell :: adb shell command to rotate screen 
Shell :: shopify buy sdk 
Shell :: ffmpeg hevc 10bit to 8bit 
Shell :: matlab show figure 
Shell :: how to see files being watched by git 
Shell :: start spark-shell with more heap space 
Shell :: vscode unable to resolve your shell environment 
Shell :: i want to merge head with master in git 
Shell :: systemd service after internet connection 
Shell :: how to copy paste windows paths to wsl 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =