← Back to Users
chaos_t's activity in the archive.
Linux has evolved past 'the' UNIX. So you can't actually say "If the guy who co-authored UNIX thinks linux sucks, then it does". EOF
herrmm.. let me see here... for file in `ls -R /home/rick/src | awk '!/.*:$/ && /./ && /.*\.(c|asm|pas|cc|a11|tcl|sh)/{print}`; do cat $file | wc -l; done
Linux has evolved past 'the' UNIX. So you can't
actually say "If the guy who co-authored UNIX
thinks linux sucks, then it does".
EOF
herrmm.. let me see here... /home/rick/src | awk '!/.*:$/ && /./ && /.*\.(c|asm|pas|cc|a11|tcl|sh)/{print}`;
for file in `ls -R
do cat $file | wc -l; done