Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 444 Bytes

LinuxPathTraversal

Go Report Card

Application which does a Linux Path Traversal in memory. This repo is based on how to implement tree data structure and tree traversal in golang.

Example Commands

cd /some/random/dir1
mkdir dir2
rm dir1
mkdir dir3
pwd
ls
session clear