Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nostrademons
on March 3, 2008
|
parent
|
context
|
favorite
| on:
Keeping up with the Zenters
You can also exclude certain file patterns by throwing in a grep -v or two, eg. my command for counting JavaScript lines and excluding 3rd-party libraries is:
find . -name "*.js" | grep -v jquery | xargs wc -l
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: