Difference between revisions of "Cheatsheets"
Line 28: | Line 28: | ||
|- | |- | ||
! scope="row"| <code>/path/to</code> | ! scope="row"| <code>/path/to</code> | ||
− | | Common placeholder for absolute path | + | | Common placeholder for absolute path to somewhere |
|} | |} |
Revision as of 15:00, 2 October 2016
Introduction
Details of the Introduction to Unix for Bioinformatics and Genomics Analysis (i2u4bga)
Commands dealing with directories
special directories / paths
Symbol(s) | Meaning |
---|---|
. or ./
|
current, present working directory (relative) |
.. or ../
|
Parent directory (relative) |
../../
|
Parent of the parent (relative) |
~
|
Home directory, $HOME also works (absolute) |
/
|
System root directory, not a place to stay in! (absolute) |
/path/to
|
Common placeholder for absolute path to somewhere |