Closed fishi0x01 closed 4 years ago
ls should adopt -l behaviour by default, i.e., use a new line per entry. That way it is more visual and potentially easier to use for automation and further processing (e.g., vsh -c "ls secret/" | wc -l).
ls
-l
vsh -c "ls secret/" | wc -l
ls
should adopt-l
behaviour by default, i.e., use a new line per entry. That way it is more visual and potentially easier to use for automation and further processing (e.g.,vsh -c "ls secret/" | wc -l
).