Skip to content

Instantly share code, notes, and snippets.

@stokito
Last active January 16, 2021 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stokito/bc814c163cf3986f2519220d706ce4cd to your computer and use it in GitHub Desktop.
Save stokito/bc814c163cf3986f2519220d706ce4cd to your computer and use it in GitHub Desktop.
bysybox wget -N
FILE=example.txt
wget --header="If-Modified-Since:$(date -R -u -r $FILE | sed 's/\UTC/GMT/')" http://example.com/$FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment