Using the man command determine which ls command option flag
Using the man command, determine which ls command option (flag) will list directory entries instead of contents.
Which ls command option will do this?
Solution
* Using the man command, ls command option (flag) -d will list directory entries instead of contents.
Explanation :-
* ls command option -d will list directory entries instead of contents.
