#!/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 libname" exit 1 fi # Search for the given name in the saved files cd ${TT_LIB_FILES_DIR} grep -l "${1}" *