Changes between Version 1 and Version 2 of CookBookScriptsDjget
- Timestamp:
- Feb 2, 2010, 12:30:46 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookScriptsDjget
v1 v2 24 24 fi 25 25 }}} 26 27 Comment: 28 You could just use wget's "-O" parameter to specify the output file directly, the script could be a one-liner 29 {{{ 30 wget -O `basename $1` "$1?format=txt" 31 }}}