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.
unix/README.md

8 lines
353 B
Markdown
Raw Normal View History

2018-10-03 16:46:59 +00: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
2018-10-22 06:55:15 +00:00
* http - an implementation of HTTP 1.1 client and server
2018-12-08 21:34:47 +00:00
* cpair - a program that searches for the closest pair of points in a set of 2D-points
2018-10-03 16:46:59 +00:00
Feel free to read the descriptions for each tool.