On 06/01/08 17:14 -0500, Matt Wozniski wrote: > >So, there ought to be no problems with >for i in *; do > printf "%s\0" $i >done >
Hmm, I found some tricky stuff this morning, just one $ printf "%s\0" * is enough. Tested in freebsd, obsd, linux. I don't know why and whether it will work on other platforms. :) -- Dasn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
