"Kyle Harris" <[EMAIL PROTECTED]> writes: > I'd like to filter the modules and mods.d directory by language ( e.g. > include only en). Is there a simple way to sort the directories?
cd ~/.sword/mods.d egrep ^Lang= * | tr : ' ' | sort +1 | awk '{ print $1 }' _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page