Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 1.19 KB

NOTES.md

File metadata and controls

25 lines (24 loc) · 1.19 KB

Shell-Programming-Helper

This file is still under-developed. More will be added in the future.

Topic

  1. How to search and understand manuals efficiently
  2. C-style String Manipulation
  3. Makefile
  4. System Call
  5. Parent/child process, usage of fork(), wait() / waitpid()
  6. execvp
  7. bash-style redirection syntax
  8. bash-style pipeline syntax
  9. pipeline precedence
  10. linux file descriptor
  11. signals and signal handler; signal vs. sigaction
  12. Error handling within pipes
  13. Special cd parameters
  14. errno cleaning

Link