49790/running-a-cron-job-at-fixed-intervals-of-time
I want to execute a cron job after every 15 minutes. I'm using OSX. The problem is it should run at 0th minute but it isn't.
This is what I'm doing:
*/30 * * * *
Just use this instead:
0,30 * * * * yourCommand
Hi@akhtar, The top command is used to show the ...READ MORE
I am a system administrator and I ...READ MORE
It's a show so the *nix shell ...READ MORE
You can list all the disk in ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
I think the problem could be those ...READ MORE
Try using systemd isntead of a cron ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
To watch the step every say 30 ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.