Hello,
I have file in which each line contains 8 fields. I need to get unique lines only if it unique in the last 3 fields. What is the command needed using uniq or sort.
Regards
ZQ
Hello,
I have a file that is over 2GB in size. The file is processed through Borland C++ and it produces an output file that should also be over 2GB in size. But I always get a file just under 2GB in size. Is there a way to control the file size or is this a product limitation.
Thanks,
Ziad
Hello,
I need to delete every empty line in a file. Also, I need to delete the first 10 lines and the last 5 lines in that files regardless if they are empty or not.
Regards,
Ziad
Hello,
I modified as follow and it worked.
cat filename | sed s/"\/"/"_"/2 > testfile
Again thanks for the tip it was very helpful.
Regards,
Ziad
Hello,
I have a file that has the following pattern throught out the file
export -c test -n "test2201/10003.199990203.1444.MO" -f "test2201/10003.199990203.1444.MO"
The above is on one line. What I need is to change the "/" in the second occurrence, i.e. the one...
Hello,
I have a file that has the following pattern throught out the file
export -c test -n "test2201/10003.199990203.1444.MO" -f "test2201/10003.199990203.1444.MO"
The above is on one line. What I need is to change the "/" in the second occurrence, i.e. the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.