Differences

This shows you the differences between the selected revisions of the page.

2010-07-22 2010-11-28
there's no correct command for tar, it is just an example of one of possible uses (martin) add a 2nd quick delete command that ask for confirmation (81.56.143.41)
Line 25: Line 25:
<code>rm -f -r "!"</code> <code>rm -f -r "!"</code>
 +
 +The same command can ask for confirmation before deleting:
 +
 +<code>test "!?Do you really want to delete ?no!" == "yes" && rm -rf !&</code>
===== [[ownership]] Changing Ownership ===== ===== [[ownership]] Changing Ownership =====

Last modified: by 81.56.143.41