Skip to content

Instantly share code, notes, and snippets.

@anyboo
Last active March 12, 2018 07:25
Show Gist options
  • Save anyboo/bf45306d150f4153d21eeec42aa278b8 to your computer and use it in GitHub Desktop.
Save anyboo/bf45306d150f4153d21eeec42aa278b8 to your computer and use it in GitHub Desktop.
Open file using atom editor from Unix Terminal

The atom user manual

Introduce atom

@anyboo
Copy link
Author

anyboo commented Jan 31, 2018

Count text file line from terminal
wc -mlw report1 report2
cat -b ~/.bash_profile

@anyboo
Copy link
Author

anyboo commented Feb 1, 2018

Get or set kernel state
sysctl -a hw

@anyboo
Copy link
Author

anyboo commented Mar 12, 2018

open /usr/local/Homebrew/Library/Homebrew/brew.sh -a 'atom';
atom -a /usr/local/Homebrew/Library/Homebrew/brew.sh;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment