Guest User

Untitled

a guest
Jan 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. wget -O file http://stackoverflow.com
  2.  
  3. wget -o [path/to/your/ouptut/file] [URL]
  4.  
  5. /* File where the "ls -al" listing will be saved. */
  6. #ifdef MSDOS
  7. #define LIST_FILENAME "_listing"
  8. #else
  9. #define LIST_FILENAME ".listing"
  10. #endif
Add Comment
Please, Sign In to add comment