# Find $1 in .recipe files (using query) # Replace "/Data1/" with the volume where you have the HaikuPorts tree. function inrecipeq { query -e -v /Data1/ "((name=="*.recipe")&&(name!="port.recipe"))" | xargs grep -ni --col "$1" return 0 }