#!/bin/bash # Find a pkg that links to a particular library source `which ttPM-funcs` 2>/dev/null || exit 1 if [ $# -ne 1 ] then printMsg warning "Usage $0 pkg" exit 1 fi # Search for the given name in the saved files cd $TT_DEP_FILES_DIR grep -lx "${1}" *