Difference between revisions of "Cheatsheets"
| Line 13: | Line 13: | ||
|- | |- | ||
! scope="row"| <code>~</code> | ! scope="row"| <code>~</code> | ||
| − | | | + | | Home directory, $HOME also works |
|- | |- | ||
| − | ! scope="row"| <code> | + | ! scope="row"| <code>.</code> |
| − | | | + | | current, present working directory |
|} | |} | ||
Revision as of 14:52, 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 |
.
|
current, present working directory |