1 2 3 4 5 6
#!/bin/sh calnfile="${HOME}/.cache/caln" (sort $calnfile || exit 1) > /tmp/caln.sort mv /tmp/caln.sort $calnfile