From 52b9c9ef64d2fe4e9a273329d5abea51045d1a2f Mon Sep 17 00:00:00 2001 From: prodyutgh Date: Fri, 18 Oct 2019 15:52:56 +0530 Subject: [PATCH] Added updates --- Commands.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Commands.md b/Commands.md index a3f0428..baa72a5 100644 --- a/Commands.md +++ b/Commands.md @@ -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