happy source hunting
find_src() {
search_string=${1-w3m} # eg
def_arch=${2-x86} # x86_64 or x86
rsync -R --list-only repo.tinycorelinux.net::tc/*.x/x86/tcz/src/ | grep "$search_string"
# tce-load -iwl rsync
}
[Edit]: Changed /*.x/86/tcz/ to /*.x/x86/tcz/. Rich