Nothing fancy, just prints directory and subdirectory structure. Works on linux. (originally was made as "i wonder if i still remember C" project, so nothing much cool here)
Clone the repo:
git clone --depth 1 https://github.com/Freemorger/rdwalker.git Go to cloned dir:
cd rdwalker/Compile:
gcc rdwalker.c -o rdwalk./rdwalk dir Or to rdwalk current dir, just run it with no arguments:
./rdwalkTo print every file and directory, including hidden ones:
./rdwalk dir -a E.g. with current dir:
./rdwalk ./ -a