$ grep -rn "#Linux" ./posts

Rsync with tricks!

If you often need to copy or sync data from a server to another you will probably miss some of the following features…

learn regular expressions the easy way

Regular expressions is a sequence of characters that specify a search pattern, regexes are super useful and can help you in administration……