My solutions for OSTEP projects.
- Inintial Utilities
- wcat
- wgrep
- wzip
- wunzip
- Inintial Reverse
- Processes Shell
use makefile to perform the following operations
compile the lab code
make
run the test cases for the lab
make test
# or verbose output
make test TEST_FLAGS=-v
delete all the executables and test-out files
make clean
- Operating Systems: Three Easy Pieces
- Computer Systems: A Programmer's Perspective
- The C Programming Language
- Advanced Programming in the UNIX Environment
- xv6: a simple, Unix-like teaching operating system