Pages: cd

waldyrious/alt-syntax
Igor Shubovych 2014-05-08 23:45:56 +03:00
parent 6bf0e6019e
commit 837ab109e3
1 changed files with 19 additions and 0 deletions

19
pages/common/cd.md Normal file
View File

@ -0,0 +1,19 @@
# cd
> Change the current working directory
- Go to the given directory
`cd {{/path/to/directoryl}}`
- Go to home directory of current user
`cd`
- Go up to the parent of the current directory
`cd ..`
- Go to the previously chosen directory
`cd -`