Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

UNIX question on grep

$
0
0
Dear Sir,

I need to remove the word /klp/ in all the files present in the directories

can you tell me how to remove the word globally.

Code:

grep "/klp/" * -exec ls -l
Once the above command is exectubed I could see lot of files displayed.

Viewing all articles
Browse latest Browse all 16232

Trending Articles