[sword-devel] module sort by language?

Karl Kleinpaste karl at charcoal.com
Wed Aug 9 08:01:30 MST 2006


"Kyle Harris" <digibee at gmail.com> 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 }'



More information about the sword-devel mailing list