[Info-vax] Where to locate software

lawrencedo99 at gmail.com lawrencedo99 at gmail.com
Thu Jun 9 16:39:24 EDT 2016


On Thursday, June 9, 2016 at 9:47:18 PM UTC+12, Richard Levitte wrote:
> Den torsdag 9 juni 2016 kl. 06:53:49 UTC+2 skrev lawren... at gmail.com:
>
>> ldo at theon:~> find $(IFS=':'; for f in $PATH; do echo $f; done) -maxdepth 1 -type f -perm /o+x -print | wc -l
>> 4285
> 
> VMS doesn't have the same tradition of piping together a gazillion small
> utilities that only do one thing.  On VMS, the tradition is to have utility
> libraries, and to build your applications around them.

ldo at theon:~> find /lib /usr/lib /usr/local/lib -name \*.so\* | wc -l
11985

We do that too. :)



More information about the Info-vax mailing list