[EMAIL PROTECTED] wrote: > Hi, > > I want to display complete output field names of the "ntpq -p" command > e.g stratum instead of 'st', type instead of 't'. Is the any command > line option provided by ntpq that will allow me to do so? Can anybody > help me?
There are two obvious alternatives: a) This is open source: Make your own version! b) Write a trivial perl filter which call ntpq and modifies the output to show the names you prefer. (a) avoids the need for a separate program, while (b) will keep working after you update your ntp version. Terje -- - <[EMAIL PROTECTED]> "almost all programming can be viewed as an exercise in caching" _______________________________________________ questions mailing list [email protected] https://lists.ntp.org/mailman/listinfo/questions
