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 Wanet Telecoms Ltd 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 poet1964

  1. poet1964

    assigning variable in pipeline. Help!!!!

    or you can do: VAR=`cat file.txt|tail -1` bye
  2. poet1964

    Moving and Renaming a file

    my suggestion for your problem datestamp=`date +%m%d%y"-"%H%M%S` mv $DBDIR/$gzipped $DBDIR/$epmgrlog"-"$datestamp I hope I have understood your problem correctly. bye Jürgen
  3. poet1964

    Grep for first matching line only

    Hello Will, try this: grep wtrepani <filename>|head -1 bye Jürgen
  4. poet1964

    Edit a resource via script

    Hi wallace88, before I update the recource, I create a new list from the oracle database about the existing databasefiles. So if we expand any tablespace I have everytime, before I backup the database, the newest filelist. Thank you for the &quot;wildcard idea&quot;. I think I can use it for...
  5. poet1964

    Edit a resource via script

    Thank you Sometimes it is difficult to see the simple way. It works absolute fine. Nice weekend to everyone Juergen
  6. poet1964

    Edit a resource via script

    Hi all, I edit a client resource with a shell script. I edit the savesets with more than 100 lines. The problem is that every 48th line is incomplete. After this line everything looks fine up the next 48th line. Is this a bug or a Legato feature...

Part and Inventory Search

Back
Top