Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```