From 671fd15ab4997747f1b87587778797c042bd6438 Mon Sep 17 00:00:00 2001 From: rvis15 Date: Wed, 15 Apr 2020 13:33:39 +0200 Subject: [PATCH] touch command description --- docs/addendum-10-crazy-command-list/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/addendum-10-crazy-command-list/README.md b/docs/addendum-10-crazy-command-list/README.md index 03952cc..e012184 100644 --- a/docs/addendum-10-crazy-command-list/README.md +++ b/docs/addendum-10-crazy-command-list/README.md @@ -45,3 +45,9 @@ title: X - Crazy Command List | `ls [OPTIONS] [PATH]` | List information about files | | **Examples** | `ls -al`, `ls ~`, `ls /boot` | | **Common Options** | `-l` long listing
`-a` include hidden files
`-h` human readable format | + +| Command | Description | +| --- | --- | +| `touch [OPTIONS] [FILE]` | change file timestamps | +| **Examples** | `touch example.txt`, `touch -a example.txt` | +| **Common Options** | `-a` change only access time
`-d` parse STRING and use it instead of current time
`-m` change only the modification time| \ No newline at end of file