sort by name
[zc] / www / cgi-bin / last.cgi
1 #!/bin/sh -e
2
3 echo "Content-type: text/plain"
4 echo
5
6 cd /home/dpavlin/zc/
7
8 ./last-heartbeat.sh x | cut -d/ -f2- | tr '/' ' ' | sort -k 7
9