From e38249f20b78f45f7fa72eb989c9ffb953519d1f Mon Sep 17 00:00:00 2001 From: ZBOMB <75494994+Zbomb2000@users.noreply.github.com> Date: Tue, 4 May 2021 21:43:36 -0400 Subject: [PATCH] Added `touch` command. I added the `touch` command that creates a new file. I couldn't find anywhere else to put it. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a573c3..63edaac 100755 --- a/README.md +++ b/README.md @@ -452,6 +452,8 @@ A few examples of piecing together commands: - `file`: identify type of a file +- `touch "FILENAME.txt"`: create a new file + - `tree`: display directories and subdirectories as a nesting tree; like `ls` but recursive - `stat`: file info