https://github.com/arondight/bsdfts
Porting of fts on FreeBSD to Linux
https://github.com/arondight/bsdfts
freebsd fts libgen linux
Last synced: 7 months ago
JSON representation
Porting of fts on FreeBSD to Linux
- Host: GitHub
- URL: https://github.com/arondight/bsdfts
- Owner: Arondight
- License: bsd-3-clause
- Created: 2021-11-18T05:03:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T11:11:07.000Z (about 4 years ago)
- Last Synced: 2025-06-13T19:05:00.063Z (7 months ago)
- Topics: freebsd, fts, libgen, linux
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fts -- traverse a file hierarchy
## ABOUT
Porting of fts on FreeBSD to Linux
## USAGE
```sh
git clone https://github.com/Arondight/bsdfts.git
cd ./bsdfts/
make
sudo make install PREFIX=/usr/
man bsdfts
```
## TEST
```sh
gcc -Wall -lbsdfts ./test.c -o /tmp/bsdfts_test
/tmp/bsdfts_test
```
## LICENSE
[BSD 3-Clause License](LICENSE).