d8f8c56eeb92b1374960887be0b6434e901ff95d
technology/linux/general/at.md
... | ... | @@ -0,0 +1,11 @@ |
1 | +# at |
|
2 | + |
|
3 | +``` |
|
4 | +at -t MMDDhhmm |
|
5 | +at> echo 'hello world' |
|
6 | +at> ^D |
|
7 | +``` |
|
8 | + |
|
9 | +[ref][] |
|
10 | + |
|
11 | +[ref]: https://www.computerhope.com/unix/uat.htm |