$ grep -rn "#Linux" ./posts

How to hide a file inside another file

Assume the following scenario! you are a spy and you want to hide your files! Since you are an expert spy you know that just making your……

Linux: xargs with multiple parameters

xargs is an awesome command, that can be used to pass input from stdin as parameters to other commands, also xargs can do other tricks like……