:: Re: [DNG] What languages are actual…
Góra strony
Delete this message
Reply to this message
Autor: Alessandro Vesely
Data:  
Dla: dng
Temat: Re: [DNG] What languages are actually used?
On Sat 09/Nov/2024 10:08:27 +0100 onefang wrote:
>
> file --brief /usr/*bin/* | grep " script" | cut --delimiter=',' --fields=1 | sort | uniq --count | sort --ignore-leading-blanks --general-numeric-sort
>        1 a sh script
>        1 PHP script
>        7 Tcl script
>        8 Lua script
>        24 Ruby script
>        105 Python script
>        203 Bourne-Again shell script
>        220 Perl script text executable
>        364 POSIX shell script

>
> The Lua count might be higher than normal, since I'm a Lua fan and have a
> lot of it installed. Everything else is likely typical proportions.



Cute! I don't know how I managed to completely miss Lua:

       1 a /bin/mksh script
       1 a php script
       1 a /usr/bin/gap -q script
       1 a /usr/bin/gjs script
       1 GNU awk script
       2 a /bin/dash script
       2 a sh script
       3 a /usr/bin/fontforge -lang=ff script
       5 Tcl/Tk script
       7 Tcl script
      35 Ruby script
     134 Bourne-Again shell script
     259 Python script
     538 Perl script text executable
     591 POSIX shell script



Best
Ale
--