Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install cron into shell script

#!/bin/sh

sudo crontab -l > cron_bkp
sudo echo "0 10 * * * sudo /home/test.sh >/dev/null 2>&1" >> cron_bkp
sudo crontab cron_bkp
sudo rm cron_bkp
Comment

PREVIOUS NEXT
Code Example
Shell :: install lru 
Shell :: Filtering Listing Output 
Shell :: how to install figma from a .deb file 
Shell :: Remove old git 
Shell :: ansible tar with a datestamp 
Shell :: imagemagick merge multiple images 
Shell :: install gnome-panel for kali linux 
Shell :: enable synatax hightlighting in nano 
Shell :: how to convert shell script to yaml file 
Shell :: bash remove last directory from path 
Shell :: ex: push a new local repository to github 
Shell :: git sync trunk with gh-pages branch 
Shell :: ros galactic build 
Shell :: microsoft ofice activeting code 
Shell :: linux pdf page thumbnail 
Shell :: Unable to install libgnutls-dev 
Shell :: install xinput 
Shell :: rename file with terminal 
Shell :: getting help for git 
Shell :: how to search for a package on arch repositories 
Shell :: remove a complete directory 
Shell :: how to install pm2 in obunto without npm 
Shell :: npm ldapjs 
Shell :: Linux UTF-8 
Shell :: ssh remove file command 
Shell :: power shell How to Ignore lines with StreamWriter WriteLine 
Shell :: bash search in binary file 
Shell :: what is GREPCC 
Shell :: tomcat monit 
Shell :: ssh to gcp vm 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =