Command dir
to view the subdirectories and filesn under the directory
Syntax
dir
[Related posts]
alias [Command]Command alias alias command definition of abbreviations for long commands or view the current list abbreviations. Syntax alias [abbrev = command] Description If you enter...
cd [Command]Command cd cd – command changes the current directory. Syntax cd [directory] Description The command cd without the directory name changes the current directory to...
find [Command]Command find find – command displays a list of files that match a given set of criteria. Syntax find [path] [options] Options -depth first processing...
chgrp [Command]Command chgrp chgrp – command changes the owner group of one or more files. Syntax chgrp [-cfvR] group files Options -c displays only files with...
rm [Command]Command rm Removes one or more files. Syntax rm [options] files Options -f deletes files without asking. -i asks for confirmation before deleting files. -r...