Return to Snippet

Revision: 68175
at December 4, 2014 21:58 by biiont


Updated Code
ssh remote.host.net sudo date $(date "+%m%d%H%M%Y.%S")

Revision: 68174
at December 4, 2014 21:57 by biiont


Initial Code
ssh remote.host.name.net sudo date $(date "+%m%d%H%M%Y.%S")

Initial URL


Initial Description
Sync local date to remote host over ssh

Initial Title
Sync local time to remote host over ssh

Initial Tags


Initial Language
Bash