Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 169 Bytes

File metadata and controls

10 lines (7 loc) · 169 Bytes

minishell

Interesting outputs:

  • cat << EOF | wc > out
  • cat << EOF << EOF << EOF <Makefile | wc > out
  • ls > a > b > c

ls -lah | wc > out.txt <out.txt cat | wc -l