$ grep -rn "#Linux" ./posts

How to grep patterns read from a file

grep is an awesome tool that allows you to search for strings, nunbers and patterns of them, its usage can be quite complicated since it……

Linux: Find duplicate files easy!

One very common task (especially when you go out of disk space) is to find duplicate and compress them delete them etc.. in this article i……

Validate email addresses with JQ

In this article i will show you a handy one-liner that can do the following, read from stdin a text file with email addresses, verify that……

How to troubleshoot crontab issues

Crontabs are super useful, you can schedule tasks to run recurrently at specific times or intervals, but there are common pitfalls that can……