6 ms·
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 key
by ewen-lbh 5y 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.