RazmjenaVjestina
SkripticaZaSredjivanjeLinkova: Revision 1

{
#!/bin/sh
cat "$1" | awk '{ print $1 | "sort" }'
}