> I know it's been discussed before, but how easy would it be to make: > > 1. uniq (and other commonly used %! commands to sort input) native > to vim. > 2. vim take a list of files as an input (ie: vim -l filelist) > > My goal is to try to make native win32 as comfortable to work on as unix, and > these two issues keep popping up - and I'm sure I can think of others. In the > above case, I end up ftp'ing files over to unix to do stuff like this, and > then > re-ftp'ing over the files to the win32 machine to process.
Another option: Use vimscript or some other scripting language (assuming your version of vim is compiled with support) to replicate the wanted functionality. Hint: Remember, Perl was invented to capture the essence of Unix Shell scripting in a portable language. (Or something like that). -Brian -- - Brian Gupta http://opensolaris.org/os/project/nycosug/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
