$ grep -rn "#Linux" ./posts

Linux: find command most used cases

Find command is one of the most valuable commands; it can find files and directories based on many criteria like age, size, and name. Let’s……

Linux: substitute text with sed

sed is one of the best tools to replace text in files! it's very easy and super versatile, lets see some simple examples!…