Quite often I want to execute the same command for multiple files. It is quite easy to achieve that using the fish shell, once you get the hang of it.
Quite often I want to execute the same command for multiple files. It is quite easy to achieve that using the fish shell, once you get the hang of it.
Pretty unrelated, but I just wanted to say that I love how bash scripting uses
if
to open an if statement andfi
to close it… makes me giggle every time lolComment Same! It’s really funny Tnemmoc
Doesn’t it also use
case
andesac
and a few others? Such a weird language^^