To create a playlist for all of the music in a folder, I am using the following command in bash:
ls > list.txt
I would like to use the r
This is equivalent to the backtick solution:
ls > $(pwd).txt