Copy some line in linux using command only
Closed
mukund
-
Jan 20, 2009 at 10:23 PM
jipicy Posts 40842 Registration date Wednesday August 27, 2003 Status Moderator Last seen August 10, 2020 - Jan 21, 2009 at 01:07 PM
jipicy Posts 40842 Registration date Wednesday August 27, 2003 Status Moderator Last seen August 10, 2020 - Jan 21, 2009 at 01:07 PM
Related:
- Copy some line in linux using command only
- Kali linux iso download - Download - Linux
- Change computer name command line - Guide
- Cs 1.6 money command - Guide
- Linux install tar.gz - Guide
- Net send command - Guide
1 response
jipicy
Posts
40842
Registration date
Wednesday August 27, 2003
Status
Moderator
Last seen
August 10, 2020
17
Jan 21, 2009 at 01:07 PM
Jan 21, 2009 at 01:07 PM
Hi,
grep 'pattern' file1 > file2 sed -n '/pattern/p' file1 > file2;-))