Simulating Linux Path Traversal in Java
Path Traversing in a Linux File Systems work in a splendid way. This project demonstates the idea of Linux Path Traversal using Java.
cd src/
javac *.java
(Used to compile all Java Classes insidesrc
)java Main
(Executes the Application)