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

How push notification works for FCM/Apple push (APNs) in network level