From bd9f5bdf01ab8e9099a4fb512f7bf1a1f45fa8a4 Mon Sep 17 00:00:00 2001 From: Srajan Soni Date: Sat, 3 Oct 2020 16:01:36 +0530 Subject: [PATCH] Added touch command --- Commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Commands.md b/Commands.md index a3f0428..6e10902 100644 --- a/Commands.md +++ b/Commands.md @@ -251,6 +251,8 @@ The following commands are used to compress files on linux. There are many ways $ grep AAA grep_test.txt This is a test file. AAA, BBB, 123, CaSe ExAmPle. # AAA will be highlighted in the output +## `touch` command +- Allows creating new file from terminal $ grep -i case grep_test.txt # ignore case while searching This is a test file. AAA, BBB, 123, CaSe ExAmPle. # CaSe will be highlighted in the output ```