Created
July 23, 2013 01:24
-
-
Save grimradical/6059157 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deepak at bebop in ~/code/puppet/lib/puppet/provider on master u= using ruby-1.9.3-p194@dujour | |
$ for i in $(find . -type d -depth 1); do echo -e "$i\t$(git log --pretty=oneline $i | wc -l)"; done | |
./augeas 80 | |
./computer 5 | |
./confine 14 | |
./cron 41 | |
./exec 16 | |
./file 24 | |
./group 58 | |
./host 23 | |
./interface 18 | |
./macauthorization 25 | |
./mailalias 12 | |
./maillist 13 | |
./mcx 15 | |
./mount 33 | |
./nameservice 79 | |
./package 415 | |
./port 10 | |
./scheduled_task 5 | |
./selboolean 6 | |
./selmodule 11 | |
./service 260 | |
./ssh_authorized_key 30 | |
./sshkey 15 | |
./user 162 | |
./vlan 3 | |
./zfs 12 | |
./zone 37 | |
./zpool 18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment