Remove the line which contain some specific words in files


Use sed command,

sed --in-place '/sara/d' file1

It removes the specific line which contain word sara.

Comments

Popular posts from this blog

KVM & Qemu

PHP Fatal error: Class 'JFactory' not found

docker.errors.APIError: 400 Client Error client is newer than server