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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SirB
  • Order by date
  1. SirB

    Putting date stamp into output file

    Hi I have got an Unix script that produces a path, putting files. Command: > ./Output/change_owner$date.de/datafiles/$infoart/1/$identifikator/sidis_io.xml What I would like to do, is to add the date stamp to it. Any ideas how to do this? kind regards
  2. SirB

    Grep Question

    Hi Feherke, I tried this and it worked: awk '/ failed:/ { sub("failed:","",$NF); print $NF }' inputfile > outputfile But I dont know what the code does...:-o) many thanks anyway
  3. SirB

    Grep Question

    Hi everybody, this time I need the document name, eg. in this case it is B6300_46005. Many thanks for your help in advance. [ERROR]: 2008-12-16-19:31:14:838 in Transformation_15 com.hp.antares.trafo.core.Transformation: Transformation of this document failed: B6300_46005...
  4. SirB

    Grep Question

    Hi, nice one. Many thanks feherke. That worked. rgds
  5. SirB

    Grep Question

    Hi, many thanks for the quick responses. This helped a lot! Question: Is it possible to grep the string between the / and the .xml, which would be in this case B3450_E83ABGL. If it was "B3450_E83ABGL.xml", would be also fine. Thanks again in advance for your help. rgds
  6. SirB

    Grep Question

    Hi everybody, I am trying to isolate the String before the ".xml". Do you know how to do that with a grep command. The file contains one example of more than two thousand different strings all having the .xml attached. Many thanks in advance. [ERROR]: 2008-10-10-14:30:01:851 in...
  7. SirB

    Sorting logfiles

    Thanks, that helped. Kind rgds
  8. SirB

    Sorting logfiles

    Hi all, I am a Unix newby and need some help on this one: This logfiles format needs to be sorterd according to time stamp. There can be several logfiles with the same prefix e.g.0001883 but with different timestamps. The time stamp here is time (15:56,47) and date (18-10-2008)...

Part and Inventory Search

Back
Top