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

  • Users: globemast
  • Content: Threads
  • Order by date
  1. globemast

    AWK ... Delete first 56 lines of a file

    Hello, I would like to delete the first 56 lines of a file that i have using AWK. Could you give me some help on this.. Thanks in advance.
  2. globemast

    HELP....RRAS Setup on Windows 2000 Advanced Server

    Hello, I currently want to setup my W2K Adv. Server as a VPN Server using RRAS. From what i have read so far, the server machine has to have 2 ethernet cards, on for the local network and one connected to the Internet. The LAN ethernet must be assigned static IP's within the LAN (i.e...
  3. globemast

    Create a global variable within a procedure

    Hello, Is it possible to create a global variable, to be accesed by the whole TCL script within a procedure? My problem exactly is the following: I have a procedure which takes 2 parameters. Based on the parameters that it will take it executes a small loop. The loop is controlled based...
  4. globemast

    TCL Variable substitution problem...

    Hello, I have the following problem regarding TCL variable substitution I have the following code in ns2: set Appl_udp_0_1 [new Agent/UDP] $ns attach-agent $n(0) $Appl_udp_0_1 $Appl_udp_0_1 set class_ 1 where the first number in $Appl_udp_0_1 (i.e 0) characterizes the node the UDP agent is...

Part and Inventory Search

Back
Top