Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-15 | 2014-03-07 | ||
| library_powershell (martin) | visually separating examples to make it clear that they are standalone (martin) | ||
| Line 19: | Line 19: | ||
| <code winscp> | <code winscp> | ||
| mv index.html public_html/ | mv index.html public_html/ | ||
| + | </code> | ||
| + | <code winscp> | ||
| mv index.html about.* | mv index.html about.* | ||
| + | </code> | ||
| + | <code winscp> | ||
| mv index.html public_html/about.* | mv index.html public_html/about.* | ||
| + | </code> | ||
| + | <code winscp> | ||
| mv public_html/index.html public_html/about.html /home/martin/*.bak | mv public_html/index.html public_html/about.html /home/martin/*.bak | ||
| + | </code> | ||
| + | <code winscp> | ||
| mv *.html /home/backup/*.bak | mv *.html /home/backup/*.bak | ||
| </code> | </code> | ||