Skip to content
Snippets Groups Projects
Commit b4ea53ed authored by Andreas Weiss's avatar Andreas Weiss :bicyclist_tone1:
Browse files

<date> was missing in README.

parent 26e88bc3
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ tags ``<file>`` to be deleted at ``<date>``,<br>
then checks for outdated files, lists them and asks to delete them individually <br>
or all of them.
<date> formated as date string like specified in date(1)<br>
``<date>`` formated as date string like specified in date(1)<br>
e.g. "YYYYMMDD", "now + 2 years", "10 years" or now+3min<br>
Example: Create file named 'zombie', tag it, and delete it immediately:<br>
......@@ -25,7 +25,7 @@ touch zombie; 5point zombie now
5point -l list all tagged files and their deletion dates<br>
5point -h displays this help message<br>
``<file>`` can be used like *.pdf tags all pdfs in the current directory, or if <br>
``<file>`` can be used like *.pdf that tags all pdfs in the current directory, or if <br>
``<file>`` is directory, all files in that directory are tagged for deletion at the<br>
given time. files and dates that contain spaces have to be masked with quotation<br>
marks: 5point "file with spaces.txt" "now + 3 month".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment