The way I would do it 'quick and dirty' would be to telnet, run the command and email the results back to the host you can print from. For example (assuming you use elm, please use your favorite command line mailer... mail, sendmail, pine, elm, etc.):
Quote:
df -k | elm -s"Todays DF Report" you@therightplace.com
If you need to do this a lot, then you would use the cron and crontab to make it happen automatically.
Then if you need to automatically print it, you would write a simple mail filter to take the mail and sent it to the printer. You could also format with the script, if you want to reformat.