Nick Yeoman's Blog Tags
Bash Script Snippets
Updated: Apr. 12th 2022 at 5:28am
There are a few bash snippets that I use very frequently in my bash scripts. Here is my collection.
Read the article: Bash Script SnippetsBash Aliases To Save Time
Updated: Feb. 17th 2022 at 6:36pm
Creating an alias allows saves you time by reducing the amount of characters you have to type.
Read the article: Bash Aliases To Save TimeUsing grep for web development
Updated: Feb. 17th 2022 at 7:02pm
grep is a great tool for web development and System administraton.
Read the article: Using grep for web development