Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

Removed trailing .'s and added 'dir rm' command #69

Closed wuhugh closed 7 years ago

wuhugh commented 7 years ago

cd . and cd .. 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.