https://github.com/spektom/find
Simple Unix find utility implementation
https://github.com/spektom/find
c homework-exercises
Last synced: 3 months ago
JSON representation
Simple Unix find utility implementation
- Host: GitHub
- URL: https://github.com/spektom/find
- Owner: spektom
- Created: 2011-09-06T10:22:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-06T10:23:20.000Z (over 13 years ago)
- Last Synced: 2025-01-20T16:53:31.353Z (4 months ago)
- Topics: c, homework-exercises
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Find Utility
============
Simple Unix find utility implementation.Installation
------------`gcc -o find find.c`