the [a-z] globbing cheatsheet

 A simple cheatsheet that helps you to get started with globbing and regex. Download PDF: https://drive.google.com/file/d/1kgjW2AUpyLC9mbleVpk54NkkyS4k1wZG/view?usp=sharing if you found this helpful and would like to donate, it will help me on future projects and keep doing better works towards our community. ❤️ DONATE: paypal.me/b3nsh4

January 19, 2021 · 1 min · Ben Shaji

bash-cheatsheet

 Drive Link to pdf: https://drive.google.com/file/d/1HwG_Y0q8_UWSLWCjYGZ5fpmU5LpUZ5b-/view?usp=sharing To learn more bash tricks, my fav website is tldp.org They have awesome examples too. https://tldp.org/LDP/abs/html/manipulatingvars.html

January 9, 2021 · 1 min · Ben Shaji

Generate HTML from DirTree!

This is the most convenient way I’ve found to generate an HTML output of your current directory. I took the HTML file and used it as my HTTP server’s index.html. It’s simple and elegant enough. tree -H YOURDIR -L 2OR3ORANY -C > file.html Video link Don’t forget to add the RSS

July 28, 2020 · 1 min · Ben Shaji