1 2 3 4 5 6 7 8
#!/bin/bash PKG_NAME=$1 find . -type f -iname "$PKG_NAME*.pkg.tar.zst" | grep -v "./repos*."