cd in linux
// change directory in terminal
cd folder_name/subfolder_name
// go up one directory level
cd ..
// back to previous directory
cd -
// return to home directory
cd/* File & Directory Commands
To navigate into the root directory, use */ "cd /" /*
To navigate to your home directory, use */ "cd" /*or*/ "cd ~" /*
To navigate up one directory level, use*/ "cd .." /*
To navigate to the previous directory (or back), use */ "cd -"cd ..we use cd to go from file to file
Also in C++:
- git stash apply specific file
- material ui core yarn
- vim jump to beginning of line
- install react hot loader
- react icons
- git push rejected
- git temporarily ignore changes to tracked file
- docker run npm install express syntax
- how to make tunnel in linux ubuntu
- how to kill process in linux
- zsh
- pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information.
- linux advanced chead sheet
- versão do meu linux
- raspberry pi install firefox
- git check differences between two projects
- composer install package with specific version
- how to set execute permission in linux
- bash date today plus one day
- git check staged changes
- bash find text in specific file
- install socket.io
- how to install protractor
- open path using terminal ubuntu