08-03-2005
33,
0
Join Date: Jul 2005
Last Activity: 8 December 2005, 3:36 AM EST
Posts: 33
Thanks Given: 0
Thanked 0 Times in 0 Posts
Well, if you really want to know, write up an awk script that will count the number of instances of certain keywords (such as ps, echo, sed) is a user's scripts. Then you can distribute this script and let people run it to collect stats on how often they *really* use certian commands in their scripts.
My guess would be that test/[ and if are the most popular commands (though shell builtins), then echo. Then grep, ./source, ps, sed, awk, etc.. The cool thing here is that people will probably be surporised when they ofund out what they *really* used most often.