Filename
Using file partially for filenames
2012/02/12
There are some commands that take file name and there are some case where you need to give file name. But there are some cases where you want to modify the file before passing it to the command. What …
Linux find command – Find file and directories faster and easier
2010/03/16
This command is very powerfull when used with combination of filters and pipes and RE. I will give some example: […] find . -type f –» List all files find . -type f -exec rm {} …