Day-12: LINUX &GIT-GITHUB CHEAT SHEET
File Commands
⦁ ls --> Directory listing.
⦁ ls -al --> Formatted listing with hidden files.
⦁ ls *.sh --> list all the files having .sh extension.
⦁ ls -i --> list the files and directories with index numbers inodes.
⦁ ls -d */ --> list only director...
afsha.hashnode.dev6 min read