On Sun, 2017-04-16 at 15:49 -0700, Rich Shepard wrote:
>    I was wondering if there's a gnu utility that can query installed
> executables (in /usr/bin, /bin, /usr/local/bin, etc.) for the string
> 'python.'

for i in /usr/bin/*; do strings $i | grep python && echo $i >>
output.txt

Replace /usr/bin/* as needed.
 

-- 
David Fleck <david.fl...@mchsi.com>

_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to