zackargyle/react-bash

`ls -a` should show all entries, including `.` and `..`

Opened this issue · 0 comments

Per the man pages, -a is the equivalent to --all and should include the current directory (.) and parent directory (..) in its listings.

The current functionality of -a in react-bash is more of -A which is --almost-all and does "not list implied . and .."

image