https://github.com/princetonuniversity/advanced-command-line
https://github.com/princetonuniversity/advanced-command-line
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/princetonuniversity/advanced-command-line
- Owner: PrincetonUniversity
- Created: 2021-01-13T15:39:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T17:53:12.000Z (about 3 years ago)
- Last Synced: 2025-07-09T14:48:11.027Z (3 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Level Up Your Command Line
> Essential tools for faster, easier work on the command line
## Before you arrive
- Be sure you can connect to a
[Princeton HPC cluster](https://researchcomputing.princeton.edu/ssh)
- Clone this repo to your home directory on a cluster
`git clone https://github.com/PrincetonUniversity/advanced-command-line`## Resources
- [The Tao of tmux](https://leanpub.com/the-tao-of-tmux/read)
- [Mastering Regular Expressions](https://www.oreilly.com/library/view/mastering-regular-expressions/0596528124/)
- [sed & awk](https://www.oreilly.com/library/view/sed-awk/1565922255/)
- [Comparison of shells](https://xon.sh/contents.html#comparison)