c0mr9d3 / readtree

Recursively print files in directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This program recursively print files in directory.

Makefile:

make - default: compile and run
make run - run program in current directory
make compile - compile program

Run:
./main -t [dir]

Help:

      Options:
            -h or --help: help
            -t or --target-dir: start directory

About

Recursively print files in directory

License:GNU General Public License v3.0


Languages

Language:C 97.4%Language:Makefile 2.6%