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

    How to remove a dynamic route without flushing table

    I did a keyword search. Only found information on how to delete a static route. I would like to know if there is a way to remove a route that was created dynamically by a redirect... without flushing the entire routing table. From my research I understand that the route must be removed...
  2. wehttam

    Date Calculation

    Sorry, I usually search before posting, but the keyword search is "down" right now for maintenance. Given that the following example assigns the current date to the variable TEST (in the format mm/dd/yy)... # TEST=`date +%D` # echo $TEST 01/16/03 What is the calculation that will...
  3. wehttam

    Parent process of the current process

    I am sorry to ask such a seemingly basic question.... What is the command to display the parent process id of the current process? I am writing a script which requires the child process to report the process id of its parent, and append this id to a file. I looked at ps -o "%P" and...

Part and Inventory Search

Back
Top