Advertisement
mohsentux

Untitled

Apr 19th, 2022
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. wget \
  2. --recursive \
  3. --no-clobber \
  4. --page-requisites \
  5. --html-extension \
  6. --convert-links \
  7. --restrict-file-names=windows \
  8. --domains www.ibm.com \
  9. --no-parent \
  10. --continue \
  11. www.ibm.com/docs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement