Hi,

On Oct 13, 2007, at 4:58 AM, Axel Liljencrantz wrote:

Specifically, I belive the file in question
does contain the file name, but does not end with a newline, and that
the fish prompt 'swallows' the output. You can test this theory by
calling echo after cat-ing the file. The next fish release will fix
this problem.

I can confirm this bug exists in fish v1.22.3; anything that doesn't end with a newline will get swallowed, after a very brief "flash" of it.

[EMAIL PROTECTED] ~$ echo -n "foo"
[EMAIL PROTECTED] ~$ echo "foo"
foo
[EMAIL PROTECTED] ~$

JS

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to