Last active
January 16, 2021 22:07
-
-
Save stokito/bc814c163cf3986f2519220d706ce4cd to your computer and use it in GitHub Desktop.
bysybox wget -N
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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