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 Chris Miller 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: *

  1. billbose1

    Open file from another machine

    Assuming you are on a UNIX/Linux machine. You can try the tail command using ssh: ssh hostname tail -1 /path/to/file Note: You will have to add public key to your environments for scripting functionality.
  2. billbose1

    HELP - Perl print command - believe it or not!

    Do you have Active Perl installed in your windows machine. I assumed its windows by looking at the code. Whats the extension of the file name you are executing within the command line? Is it ".pl" without the quotes? FYI, I had no issues executing the script u mentioned.
  3. billbose1

    Replacing search string with file name

    Thanks everyone.
  4. billbose1

    Apache server-status

    I am maintaining a intra net site with a few hundred users. Some time during the day my site becomes unresponsive. When I do a check on http://hostname/server-status I observe that there are more than 1025 calls and most of them are in 'W' state otherwise known as 'sending reply' Is it possible...
  5. billbose1

    find network adapter speed/duplex ?

    What Operating environment?
  6. billbose1

    Replacing search string with file name

    I meant it removes the string and doesn't replace it with the filename (ARGV)
  7. billbose1

    Replacing search string with file name

    Tried that one liner. But it removes the string.
  8. billbose1

    Replacing search string with file name

    Can somebody tell how to replace a string within a file by its filename. Thanks in Advance.

Part and Inventory Search

Back
Top