1 1.1 joerg #!/bin/sh 2 1.1 joerg 3 1.1 joerg while [ $# != 0 ]; do 4 1.1 joerg ( grep '^#' $1; grep -v '^#' $1 | LC_ALL=C sort ) > $1.tmp 5 1.1 joerg mv $1.tmp $1 6 1.1 joerg shift 7 1.1 joerg done 8
Indexes created Mon Oct 13 01:09:56 GMT 2025