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!

Search results for query: *

  1. HopeLessGuy

    Cisco 7010 Stencil

    Does anyone happen to have a stencil for this model, or 7000 series? I got the stencils off the Cisco site, but it seems to start around the 7100+ series. Unless I'm missing it in the list of routers. Also, same goes for the Cisco 5505. The stencil is present, however it's noted as a 5000...
  2. HopeLessGuy

    Pipe statement in While Loop

    (Korn Script on Sun Solaris) I currently have a while loop which reads the file till EOF. The file contains file names that are to be searched. In the while statement, I noticed that korn shell does not treat the pipe, | , as it original is used. For example - while read tmpFiles do...
  3. HopeLessGuy

    While statement and Pipe

    I currently have a while loop which reads the file till EOF. The file contains file names that are to be searched. In the while statement, I noticed that korn shell does not treat the pipe, | , as it original is used. For example - while read tmpFiles do i=$i+1 tmpArray[i]=$tmpFiles...
  4. HopeLessGuy

    Grep and -L

    I have a question. In Linux, grep -L would show the filenames of all files that didn't have the string I was searching for. Does SunOS have an equivilent to this? The closest I can see is -v, but that shows the entire body excluding the string and doesn't show the filenames(s). Also, is...

Part and Inventory Search

Back
Top