Note to self

ls -1

I have spent an embarassingly long time coming up with regexes and ls -l to get a list of files in a directory. Turns out, ls -1 is all I needed. Let’s hope I remember.