how to navigate to a folder in cmd windows 10
The cd command can be used to change into a subdirectory,
cd subdirectory_name -> To go one level into subdir
cd subdirectory_name/subsubdirectory_name -> To go two levels into subdir
move back into the parent directory,
cd ..\ -> To go back one level
cd ..\..\ -> To go back two levels
move to previos directory,
cd -
move all the way back to the root directory or move to any
given directory
cd C:/Give_Path_to_directoryJust use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open . #Open current directdory in Unix
start . #Open current directory in Windows
Also in C++:
- create a file in linux
- how to check kernel version in linux
- * Connection #0 to host artifactory-us.cytiva.net left intact
- Error: Fetching /usr/local/Homebrew/Library/Taps/commands/homebrew-pup failed!
- .vimrc comment
- github claims I have a large file that
- javascript implements
- linux find multiple filenames
- lavastore js
- docker remove all images
- mvn command not found ubuntu
- sed replace
- install brave browser download
- list all commits for repo api github
- linux generate csr
- install apollo server
- check chrome version ubuntu via terminal
- python install dotenv
- set default terminal ubuntu
- bash print count of unique words in column
- powershell remove folder and contents
- bash print one line until match
- bash unsquash specific files
- git clone epitech