Differences
This shows you the differences between the selected revisions of the page.
| 2020-06-01 | 2020-08-26 | ||
| Changing Modification Time (martin) | link the two delete commands (martin) | ||
| Line 70: | Line 70: | ||
| test "!?Do you really want to delete ?no!" == "yes" && rm -rf !& | test "!?Do you really want to delete ?no!" == "yes" && rm -rf !& | ||
| </code> | </code> | ||
| + | |||
| + | Both above solutions require a shell access. If you do not have it, use the following solution. | ||
| ===== [[delete_background]] Deleting on Background ===== | ===== [[delete_background]] Deleting on Background ===== | ||