#!/bin/sh
who | awk '/^User/ { next; } ; { print $1; }' | tr \\012 ' '
echo ""
