I prefer left to right: “>>” since we read left to right and pipes “|” in bash work left to right. For me: “a >> b” means do “a” first then feed the result into “b”, it also makes it easier to just add " >> c" at the end, if “c” is a new filter.
1 Like