Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将此添加到 crontab 3,8,13,18,23,28,33,38,43,48 * * * * foo.sh。有没有办法以不那么冗长的方式写这个?
3,8,13,18,23,28,33,38,43,48 * * * * foo.sh
3-48/5 * * * * foo.sh
应该做的伎俩