Hacker News new | ask | show | jobs
by ewen-lbh 1752 days ago
I use Fish, and can confirm that it has pipes, along with string substitution, redirection (>, >>, 2>, etc.), functions, etc.

The difference is that fish's keywords are closer to programming languages' (all blocks end with `end`, no esac nor fi), fish kind of looks like Ruby.