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 strongm 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: tdelamater
  • Content: Threads
  • Order by date
  1. tdelamater

    Replace a string with a variable in a file

    I want to search for a string in a file, and if found append a variable to that string. Here is what I have. $servername | perl -p -i.bak -e 's/^server\-name \=\.*$/server-name = $F[0]/i' $FILE_LOC Where $servername is a variable read in from the user from ksh. I am not fluent in perl...
  2. tdelamater

    compiling code with j2se 5.0 features

    I just started this book: Core Java Volume II http://www.phptr.com/title/0131118269 I downloaded the sample code from the book from the vendors website. However, I cannot compile the examples that use APIs new to j2se 5.0. How can I take advantage of the new features introduced in j2se 5.0...
  3. tdelamater

    Google developing Java/.Net APIs

    http://www.google.com/apis/ Although still in beta, the ability for developers to search googles massive database would add a great deal of power to supported programming languages. Just some food for though.

Part and Inventory Search

Back
Top