list-files A C script can shows you the file in any dir on your PC Usage Step one(compiling) windows gcc lf.c -o lf.exe Linux gcc lf.c -o lf Step two(run it) lf /path/exmple if you did not write any argment it will show you the files in the working dir