💻
quick-bash
  • README
  • Preamble
  • Chapter 1
  • Chapter 2
  • Chapter 3
  • Chapter 4
  • Chapter 5
  • Chapter 6
  • Chapter 7
  • Chapter 8
  • Chapter 9
  • Appendix 1
  • Appendix 2
  • Appendix 3
  • Appendix 4
Powered by GitBook
On this page

Was this helpful?

Chapter 4

redirection

< >

>&2 2>&1

process substitution

<( ) >( )

named pipes

mkfifo

PreviousChapter 3NextChapter 5

Last updated 4 years ago

Was this helpful?