Terminal & Command Prompt
Posted on 01.10.2017
- “Shift-right-click” folder to open cmd there
- Use the “Open-In-Terminal” script
- Show all locations of file
type -a NAME
- Show location of file or folder
which NAME
- Show location of file or folder (if virtualenvwrapper-win is installed)
whereis <NAME>
- Reload terminal
source ~/.bash_profile
- Reload cmd
SET PATH=%PATH%;C:\CmdShortcuts
(unconfirmed) Open cmd as admin “Right-click” cmd executable
find file
find / -name index.html
on debian jessie
Nano
- Edit files with
nano
- End of file “Ctrl w + v”