Thread: batch file in ubuntu
hey, need help. have php program email filtering checking inbox. question how make batch file run program in time (for example every 30 second), can detect if there is/are new email. os : ubuntu 11.04.
lot...![]()
ubuntu doens't have batch files, have bash scripts same functionality.
make file starts with
after line, put script, likecode:# /bin/bash
and make executable (with chmod command or via file properties in nautilus).code:sleep 30 check_for_mails
info shell: http://linuxcommand.org/
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] batch file in ubuntu
Ubuntu
Comments
Post a Comment