Listing files in directory in one column

less than 1 minute read

Sometimes you just want to have a list of all files and directories listed in just one column without detail of permissions, dates and sizes. This can be achieved with:

1
ls -1 <what to list>

Tags: ,

Categories:

Published:

Updated: