Pipes and Redirection

  • echo
  • > >> (2>) <
  • |
  • &&
  • echo "line" > testfile.txt
  • echo "line2" >> testfile.txt
  • cat | grep | cut