Search Results

Search: Posts Made By: manish2009
5,543
Posted By manish2009
The below code is working fine. sed...
The below code is working fine.

sed '1,/START-OF-DATA/d;/END-OF-DATA/,$d' corp_pfd_asia.out > corp_pfd_asiaout.txt

However there is a slight problem. The header of the data ends with "#...
5,543
Posted By manish2009
below i m getting sed:garbage after command and...
below i m getting sed:garbage after command and a blank file generates

sed -n -e '/START_ROW/,/END_ROW/ {p} ; /END_ROW/ q' file.txt > newfile.txt

thanks
Manish
5,543
Posted By manish2009
can i use the grep command to print lines which...
can i use the grep command to print lines which are greater than a specific length..... let say lines having length > 25
5,543
Posted By manish2009
Deleting specific rows in large files having rows greater than 100000
Hi Guys,

I need help in modifying a large text file containing more than 1-2 lakh rows of data using unix commands. I am quite new to the unix language

the text file contains data in a pipe...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy