Sed Filter Command In Linux
[root@mqmopensource ~]# cat qtest
My name is khadar and this is my first testing file
My son name is mohammed shoaib
My daughter name is rumaysa
[root@mqmopensource ~]# sed -n -e '/My son name is mohammed shoaib/p' qtest > shoaib.txt
[root@mqmopensource ~]# cat shoaib.txt
My son name is mohammed shoaib
No comments:
Post a Comment