"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 }'