On 1/12/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > On 1/12/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > > Currently `builtin -n' and `functions -n' print their ouput one entry per > > line: [...] > > This wastes lots of creen space, and may even scroll past the screen. > > Is there a good reason to do that? I prefer to see them on the same > > line: [...] > > That's not good for scripts that want a quick and easy way to list all > functions. Currently you can do something like: > > for i in (builtin -n); echo $i; end
Can't it output an array, so that you can still do that? ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
