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
 - Cs 1.6 money command - Guide
 - Rename pc command line - Guide
 - Kali linux iso download - Download - Linux
 - Cs 1.6 spectate team only command - 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;-))