$ grep -rn "#Linux" ./posts

Linux: how to recursively rename files

One of the most common tasks when it comes to file manipulation is renaming files, to rename one or two files manually is easy, but how we……