Re: Advantages over find? > This is a limitation of the GNU Bash > shell as there is currently no way to > express the ASCII NUL character '\0' in > its scripting language. Als...
Re: Advantages over find? My previous response to this question contains errors. Below is an updated and correct response from the FAQ (located at: http://ff-bash.sourceforge.net/docs/faq.html). ...
Re: Advantages over find? > Why such -- rather complicated -- bash > magic? Making use of the shell's builtin constructs yeilds better performance than invoking external p...
Re: Advantages over find? > Of course looping in the shell isn't > recursive and limited by the argument > buffer (so is calling ff *.tgz though). Good point. A command line ...
Re: Advantages over find? > What's the advantage of using this > instead of find -exec? In comparison to using 'find -exec', key advantages are: - better performance (less system r...