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
5 changes: 5 additions & 0 deletions Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,8 @@ The following commands are used to compress files on linux. There are many ways
$ 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
```
## Listing Hidden Files and Normal Files
- `ls -al`
- If you want ot see the list of all files with all hidden files in the Current directory system in Linux
- `ls -lha`
- If you want to organize files in list format with their sizes and see hidden files