Created
January 16, 2014 14:33
-
-
Save ndrut/8455916 to your computer and use it in GitHub Desktop.
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
| [ jedi ] tail # npm install tail | |
| npm WARN package.json cradle@0.6.6 No repository field. | |
| npm http GET https://registry.npmjs.org/tail | |
| npm http 200 https://registry.npmjs.org/tail | |
| npm http GET https://registry.npmjs.org/tail/-/tail-0.3.5.tgz | |
| npm http 200 https://registry.npmjs.org/tail/-/tail-0.3.5.tgz | |
| tail@0.3.5 ../node_modules/tail | |
| [ jedi ] tail # touch logfile | |
| [ jedi ] tail # vim tail.js | |
| [ jedi ] tail # node tail.js & | |
| [1] 2729 | |
| [ jedi ] tail # echo 'lol' > logfile | |
| [ jedi ] tail # lol | |
| [ jedi ] tail # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment