It's as easy as:
grep -nr --exclude-dir .svn 'something to grep' path
I personally set an alias:
alias gr='grep -nr --exclude-dir .svn '
so I can just type:
$ gr 'something to grep' path
and avoid any result from svn files.
Subscribe to:
Post Comments (Atom)
Troubleshooting TURN
WebRTC applications use the ICE negotiation to discovery the best way to communicate with a remote party. I t dynamically finds a pair of...

-
On a previous post I shared my experiments with node.js as a WebSocket server. This is quite useful for people working on WebRTC prototyp...
-
Verto is a newly designed signalling protocol for WebRTC clients interacting with FreeSWITCH . It has an intuitive, JSON-based RPC whic...
-
From time to time I need to verify that the audio inside a trace is as expected. Not much in terms of quality, but more often content and du...
No comments:
Post a Comment