ls (command)
Syntax:
'ls' OR 'ls <keyword>'
Use:
The 'ls' command will list files and folders in the current directory. You can use keywords to search for files and folders as well.
Example:
'ls *.png' will display all files that end with '.png'. The asterisks acts as a wildcard in the search.