I tried searching around first, but couldn't find any documentation on
this or anything mentioning it in the mailing list archives. (But I
admit that I had a hard time coming up with a good way to search for
it.)

The issue I'm running into is that when a fish script finishes, it
clears the screen so that I can't see the output of the commands.
Here's the simple script I'm testing with:

  #!/usr/bin/fish

  for i in 1 2 3 4
    echo $i
  end

Pretty simple. But when I run it with ./test.fish, it clears the
screen almost immediately. I know it's working because if I put a
"sleep 1" after the echo, it slows it down enough before clearing the
screen. I see the same behavior both in an xterm (I use rxvt) and at a
console screen.

Any suggestions?

Thanks,
Kurt

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to