If you use Linux on a daily basis, then you probably run the 'ls' commands several times a day to list files. This is one of the most used commands on Linux (aside from 'cd') and still, it is sometimes a mess. With the following script, you can "wrap" the normal 'ls' command to:
- Highlight folders with colors, to better distinguish them from files.
- Sort folders before regular files
- Sort hidden folders and hidden files last
- Print information in a human-readable format