at command - Run a shell script or command at a specific time in linux terminal
In this article we can learn how to run a command at specific time in linux. Run and execute a command or shell script in specific given time in linux terminal.
Execute a command at specific time:
1 echo "/usr/bin/notify-send hello" | at 18:23
2 #This'll execute at 18:23PM
Learn more about at command:
1 #Goto linux terminal:
2 #Then type:
3 man at