An open API service indexing awesome lists of open source software.

https://github.com/princetonuniversity/advanced-command-line


https://github.com/princetonuniversity/advanced-command-line

Last synced: 2 months ago
JSON representation

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)