Difference between revisions of "Cheatsheets"
Line 15: | Line 15: | ||
| Home directory, $HOME also works | | Home directory, $HOME also works | ||
|- | |- | ||
− | ! scope="row"| <code>.</code> | + | ! scope="row"| <code>.</code> or <code>./</code> |
| current, present working directory | | current, present working directory | ||
|- | |- | ||
− | ! scope="row"| <code>.</code> or <code>./</code> | + | ! scope="row"| <code>..</code> or <code>../</code> |
− | | | + | | Parent directory |
+ | |- | ||
+ | ! scope="row"| <code>../../</code> | ||
+ | | Parent of the parent | ||
|} | |} |
Revision as of 14:54, 2 October 2016
Introduction
Details of the Introduction to Unix for Bioinformatics and Genomics Analysis (i2u4bga)
Commands dealing with directories
special directories
Symbol(s) | Meaning |
---|---|
~
|
Home directory, $HOME also works |
. or ./
|
current, present working directory |
.. or ../
|
Parent directory |
../../
|
Parent of the parent |