-
Story
-
Resolution: Done
-
Minor
-
RH134 - RHEL 7 0
-
None
-
4
URL:
Reporter RHNID:
Section: -
Language: ||||||||
Workaround:
Description: In topic: 4.2. Practice: Scheduling One-Time Tasks with at
we are using this command:
[student@desktopX ~]$ while [ $(atq | wc -l) -gt 0 ]; do sleep 1s; done
Won't be better replace for an easier one ?, like
[student@desktopX ~]$ watch atq
After all, Bash programming is in the next course