Unix Tricks to Increase Your Productivity
5 shortcuts to save time at the command line
Learning to navigate around the terminal is a requirement for programmers of all levels. However, it can take years to go beyond the fundamentals of directory hopping (cd
), listing files (ls
), and perhaps a few, specific CLI tools like git
(See the previous article in my productivity series: a guide to becoming a git…