Files
2024-02-19 00:21:16 -05:00

4 lines
79 B
Bash
Executable File

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