I have a script that I want to be run every X minutes. I already have the cron sentence I need to paste to the cron, but can't find it anywhere.
The terminal command 'crontab -e' works, but it opens it in vim! No way I'm using that yet. How can I edit this file using gedit?
I don't even know the path to the file.
Here's the script:
*/3 * * * * /home/sergio/myscript.sh
How can I use gedit to manually add this line? Thanks!
