This option would change the output from, for example ``` dir1/ dir2/ entry1 entry2 ``` To ``` dir1/dir2/entry1 dir1/dir2/entry1 ``` ## Possible Solution We could add a `-f`, `--flatten` option to the `ls` command for that purpose.