Windows Command
Date: 8/24/2021
1. dir
In computing, dir is a command used for computer files and directory listing.
2. cd directory
In computing, the cd command also known as chdir (change directory), is a command used to
change the current working directory.
3. cd..
In computing, cd.. command is used to change from one directory to another directory.
4. cd \
cd \ is used to change the directory to root directory.
5. copy source destination
copy command is used to copy files to another location.
6. del filename
del command is used to delete one or more files.
7. find
find command is used to find specific text in file or files.
8. mkdir directory
mkdir command is used to create multiple directories at once.
9. ren
ren command is used to rename a file.
10. help
help is a command used to display information of all the command used with brief introduction.
11. Help command
help command is used to display extensive information about the indicated command.