This shows you the differences between two versions of the page.
|
aix [2013/06/07 11:41] root |
aix [2013/06/07 11:45] (current) root |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| ====== Download file from remote web-server ====== | ====== Download file from remote web-server ====== | ||
| - | perl -e 'use LWP::Simple; getprint($ARGV[0]);' http://myserver.com/xxxx/xxx.html > file.iso | + | perl -e 'use LWP::Simple; getprint($ARGV[0]);'http://myserver.com/xxxx/xxx.html > file.iso |
| ====== Mount iso file ====== | ====== Mount iso file ====== | ||
| loopmount -i file.iso -o "-V cdrfs -o ro" -m /mnt | loopmount -i file.iso -o "-V cdrfs -o ro" -m /mnt | ||