The Shell by Example: Part 2
In Part 1 of this tutorial we learned some basics about the shell and a set of useful commands for navigating and dealing with files. Here in Part 2 we’ll cover some real world scenarios for using the shell, along with some more advanced commands and operators that really illustrate the power of the shell in performing everyday tasks. So let’s get started! 1. Scaffolding a Project Let’s say you’re starting a new project, and you’re not using Yeoman or some other tool that scaffolds it for you.…
»