Linux commands to know
ls command
The ls command is used in Linux and Unix-based operating systems to list files and directories in a directory. Here are some commonly used options with the ls command:
ls - to show content inside a directory
ls -a : list hidden files als...
aashman.hashnode.dev6 min read