Ubuntu – How bash processes pipes and redirections
I'm studying about pipes and redirects in Bash and came across a situation i can't find an explanation about how bash processes its pipes and redirects. I was testing this command: cat << EOF > arquivo.txt | wc -l <…