This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-10-22 08:55:15 +02:00
http Add initial http structure 2018-10-22 08:55:15 +02:00
mygrep Fix a bug where the program doesn't read the arguments 2018-10-10 15:49:24 +02:00
.gitignore Add argument handling and a README for mygrep 2018-10-06 17:23:33 +02:00
README.md Add initial http structure 2018-10-22 08:55:15 +02:00

This project contains some basic UNIX command line tools I had to do for TU.

Currently the toolset is ther following:

  • mygrep - a simplified version of grep
  • http - an implementation of HTTP 1.1 client and server

Feel free to read the descriptions for each tool.