gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: File naming conventions


From: Zenaan Harkness
Subject: Re: [Gnu-arch-users] Re: File naming conventions
Date: Tue, 19 Oct 2004 13:36:44 +1000

>       I suppose since this version of ctags has an option to avoid 
> clobbering the tags file on a second invocation, I can use 
> xargs...unless there's whitespace or something in a filename somewhere.

For whitespace, always remember:

find . ... -print0 | xargs -0 ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]