RazmjenaVjestina
SkripticaZaSredjivanjeLinkova: Revision 5

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