Curtis Olson wrote:

> Don't bother listening to Melchior, he's busy coming up with absurdly long
> strings of obscure unix commands that are just a huge waste of time to
> type.  You can do the same check with this much simpler command and save 26
> key strokes (if you start in the aircraft directory):
> 
> find . -name \*.xml -exec grep -l vsi-3d {} \;

Well, just for completeness and because Melchior doesn't like -exec:
find . -name \*.xml | xargs grep vsi-3d
does the job just as well and is even simpler to type ;)
grep -R would be even shorter, but does search all files including
textures and models.

Nine

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to