Closed wuhugh closed 7 years ago
cd . and cd .. should no longer add them to the cwd string. Closed Issue #68.
cd .
cd ..
dir rm <file> should also now remove a file as well as directories if the -r flag is specified.
dir rm <file>
-r
cd .
andcd ..
should no longer add them to the cwd string. Closed Issue #68.dir rm <file>
should also now remove a file as well as directories if the-r
flag is specified.