Optimize Your Command-Line Workflow With Bash Aliases
Published in
3 min readJul 30, 2020
--
Whether you’re a novice developer or a seasoned veteran, it’s always a good idea to consider optimizations in your workflow to maximize your productivity in solving the problems that matter.
The command line, or terminal, is a very common touchpoint for programmers. Given that it’s a text-based interface, a lot of its capabilities are slowed down by the need for…