Single line text refinements.

This commit is contained in:
Peter Tripp
2016-01-20 09:59:42 -08:00
parent f36e121681
commit 750580dbe6
4 changed files with 11 additions and 7 deletions

View File

@@ -3,15 +3,15 @@
> Securely remove files or directories.
> Overwrites the existing data one or multiple times. Drop in replacement for rm.
- Remove a file after a single pass overwriting with random data:
- Remove a file after a single-pass overwriting with random data:
`srm -s {{/path/to/file}}`
- Remove a file after seven passes overwriting it with random data:
- Remove a file after seven passes of overwriting with random data:
`srm -m {{/path/to/file}}`
- Recursively remove a directory and contents overwriting each file with a single pass of random data:
- Recursively remove a directory and its contents overwriting each file with a single-pass of random data:
`srm -r -s {{/path/to/folder}}`