grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit d8f8c56eeb92b1374960887be0b6434e901ff95d
parent 305962ec7b363976d192aca4e7e251382e9254b5
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 30 Nov 2018 10:29:54 +0000

at page

Diffstat:
Atechnology/linux/general/at.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/technology/linux/general/at.md b/technology/linux/general/at.md @@ -0,0 +1,11 @@ +# at + +``` +at -t MMDDhhmm +at> echo 'hello world' +at> ^D +``` + +[ref][] + +[ref]: https://www.computerhope.com/unix/uat.htm