On Wednesday 27 December 2006 13:04, Mike wrote: > On Wednesday 27 December 2006 20:24, Verner Kjærsgaard wrote: > > Now, utter OT.. > > > > - may I ask, how do you automatically include the technical details > > of your computer in your signature? > > It's a script. I use one that's about the same. Here is what I use. > > #!/bin/bash > echo "Powered by SuSE 10.0 Kernel 2.6.13 X86_64 KDE 3.4 Kmail 1.8" > uptime > > In the sig area of your email client, tell it that it's a program, > and make it executable.
Then go on to replace all the fixed information in that script with values derived from various introspective sources such as uname, /proc/..., ps, w, iostat, uptime etc. > Mike Randall Schulz -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
