You can edit your cron jobs by running
crontab -e
Related Posts
Install PHP 7.2 MCrypt extension
## How to install mcrypt in php7.2 ## ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ ## # # Check version…
grep tips
If you're looking for lines matching in files, my favorite command is: grep -Hrn 'search…
