I\'m using ls -a command to get the file names in a directory, but the output is in a single line.
ls -a
Like this:
. .. .bash_history .ss
ls | tr "" "\n"