Sample Header Ad - 728x90

Use the output of find as the input for another command?

0 votes
0 answers
115 views
I am looking for a specific symbol in a bunch of shared libraries, I am using the following command: find . -iname "*.so" | nm -D //loop over output of find | grep -e symbol How can I tell nm -D to loop over find results ? Thanks
Asked by Bionix1441 (307 rep)
Dec 28, 2017, 12:48 PM