title | subtitle | author | date | source |
---|---|---|---|---|
npm vs Yarn Command Translation Cheat Sheet |
CLI commands comparison |
yarn |
February 15, 2020 |
Based on this blogpost.
Install with Homebrew:
$ brew install postgresql
Run server:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------------------------------------------------------------------------------------- | |
$ bash --version #bash acronym for "Bourne Again Shell" | |
$ man bash | grep -C2 '$@' #"$@" as explained below under Special Parameters | |
----------------------------------------------------------------------------------------------------- | |
#Current Shell | |
$ echo $SHELL | |
$ echo $0 | |
$ readlink /proc/$$/exe | |
$ cat /proc/$$/cmdline |