Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zqadora

  1. zqadora

    Using sort or uniq

    One more note, the field are seperated by commas.
  2. zqadora

    Using sort or uniq

    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
  3. zqadora

    File Size

    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
  4. zqadora

    Need to delete lines

    Hello, I have tried what you suggested and it works. Thanks for all the replies. Regards, Ziad
  5. zqadora

    Need to delete lines

    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
  6. zqadora

    need to replace "/" with "_" but there more than one "/

    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
  7. zqadora

    need to replace "/" with "_" but there more than one "/

    Thanks for replying. I'm trying to do that with a file and not just a line. Will you please let me how to do that. Regards, Ziad
  8. zqadora

    need to replace "/" with "_" but there more than 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 one...
  9. zqadora

    Scritp to split a flat file into 2 different ones

    Hello, Please ignore my last message, I thought I started a new thread Regards, Ziad
  10. zqadora

    Scritp to split a flat file into 2 different ones

    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...

Part and Inventory Search

Back
Top