1acb66a717
Also don't pipe find into head unnecessarily. `find|head -n1` requires find to terminate with SIGPIPE when head is dead, but `find ... -print -quit` will allow it to quit by itself. The -quit flag is supported by GNU findutils and busybox find. |
||
---|---|---|
.. | ||
template |