Author Archives: Mohit Vishwakarma
Deleting Lines Containing Specific string from multiple files
Deleting Lines Containing Specific string from multiple files recursively Syntax: grep -Rl "STRING" /directory/path/ | xargs sed -i "/STRING/d" Example: Below example delete lines containing @license tag from src/main/php directory…
Letv Le 1S (Silver 32 GB) Smartphone Specification
If you are looking for high configuration smartphone in the economical price, then Letv Le 1s a one of the best option till now. Letv Le 1s comes with 3…
How to Book Freedom 251 Smartphone Online
Book worlds cheapest smartphone online. Booking for the Freedom 251 smartphone will began on 18th February, 6am and close on 21st February 8pm. As per the company cart page guideline…
Get the List of All Files and Directory Recursively in Linux
List files and directories inside the specified path Some time we want to check list all files in a directory recursively. But its hard to navigate each and every directory…