[PLUG] Tool to identify applications requiring python

David Fleck david.fleck at mchsi.com
Mon Apr 17 01:40:06 UTC 2017


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.fleck at mchsi.com>




More information about the PLUG mailing list