Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Created November 5, 2018 02:26
Show Gist options
  • Save xbalaji/44e4f49e2101d50991e1560e0b488cd7 to your computer and use it in GitHub Desktop.
Save xbalaji/44e4f49e2101d50991e1560e0b488cd7 to your computer and use it in GitHub Desktop.
AT command
# in a single line
echo "wget http://bit.ly/xb-do-unix -q -O test02.txt" | at now + 1 minutes
# using here document
at 6:26 PM << EOF
wget http://bit.ly/xb-do-unix -q -O test02.txt
EOF
# if there is no EOF given, use CTRL+D to terminate the commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment