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
The syntax is:
ls > `pwd`.txt
That is the '`' character up underneath the '~', not the regular single quote.