zsh   test.sh      1.29s user   0.32s system 95% cpu   1.671 total
bash test.sh      2.06s user   0.26s system 96% cpu   2.403 total
dash test.sh      0.42s user   0.29s system 96% cpu   0.743 total
fish   test.fish  18.33s user 35.60s system 91% cpu 58.819 total

Code:
for x in `seq 50000`; do
   echo "" > /dev/null
done

FISH Code:
for x in (seq 50000);
   echo "" > /dev/null;
end;

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to