Differences
This shows you the differences between the selected revisions of the page.
| 2005-08-11 | 2005-08-11 | ||
| URL Address of Selected File (martin) | Quick Deleting, Changing Ownership (martin) | ||
| Line 10: | Line 10: | ||
| unzip "!" | unzip "!" | ||
| + | |||
| + | ===== [[delete]] Quick Deleting ===== | ||
| + | |||
| + | Use following command to quickly delete large directory structures: | ||
| + | |||
| + | <code>rm -f -r "!"</code> | ||
| + | |||
| + | ===== [[ownership]] Changing Ownership ===== | ||
| + | |||
| + | Use following command if current [[protocols|protocol]] does not allow changing ownership: | ||
| + | |||
| + | <code>chgrp "!?New group:?!" !&</code> | ||
| + | |||
| + | To change owner use ''chown'' instead of ''chgrp''. | ||
| ===== [[url]] URL Address of Selected File ===== | ===== [[url]] URL Address of Selected File ===== | ||