βββββββββββββββββ
ββββββββββββββββββ
ββββββββββββββββββββββ
ββββββββββββ¬βββββββββββ
Welcome to the "prompt-commands" repository. Here, I aim to create a valuable resource for all beginner developers, who want to improve their skills in using Windows terminal.
This Git repository was created for the purpose of storing and documenting a collection of common Windows terminal commands. Here, you'll find a variety of commands frequently used during project development with Windows, from basic operations to more advanced tasks.
Use the following commands (if there are commands) by CTRL+V where necessary
π NAVIGATES BETWEEN DIRECTORIES
cd {file path or .. to return}
π RENAMES A REPOSITORY
ren {file or diretory path} {file or directory path to rename}
π DELETES A REPOSITORY (/s INCLUDES FILES AND DIRECTORIES)
rmdir /s {path of the directory}
π SHOWS THE FILES AND DIRECTORIES OF THE CURRENT DIRECTORY (/a INCLUDES HIDDEN FILES)
dir /a