Skip to content

Instantly share code, notes, and snippets.

@abatilo
Created September 11, 2018 01:49
Show Gist options
  • Save abatilo/4a5f22c5cd82b37a0d18180d0596e597 to your computer and use it in GitHub Desktop.
Save abatilo/4a5f22c5cd82b37a0d18180d0596e597 to your computer and use it in GitHub Desktop.
Copy a short ISO8601 date to the clipboard
#!/bin/sh
date -u +"%Y-%m-%d" | xclip -sel clip
echo "Short ISO 8601 date has been copied to your clipboard."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment