Differences
This shows you the differences between the selected revisions of the page.
2006-06-05 | 2006-06-19 | ||
dot (martin) | truncate too long line (martin) | ||
Line 34: | Line 34: | ||
# Also add unique extension to easily find the file in the temporary directory. | # Also add unique extension to easily find the file in the temporary directory. | ||
call cp /home/user/examplefile.txt /tmp/examplefile.`date +%Y%m%d%H%M%S`.unique | call cp /home/user/examplefile.txt /tmp/examplefile.`date +%Y%m%d%H%M%S`.unique | ||
- | # Download all the files with the unique extension. There should be only one, the one just created. | + | # Download all the files with the unique extension. |
+ | # There should be only one, the one just created. | ||
# While downloading, remove the unique extension. | # While downloading, remove the unique extension. | ||
get /tmp/*.unique *. | get /tmp/*.unique *. |