michaelsanford
Translator, Web Developer
I can do this in PHP but not the CLI.
I want to get output of the format...
/complete/path/to/file1
/complete/path/to/file2
/complete/path/to/file3
...in a single plaintext file.
How can I do that ? There's unfortunately no flag on `ls` that prints the full path.
The reason being I want to generate a playlist for sc_trans and all the files I'm going to stream are in one folder, should make it simple.
I want to get output of the format...
/complete/path/to/file1
/complete/path/to/file2
/complete/path/to/file3
...in a single plaintext file.
How can I do that ? There's unfortunately no flag on `ls` that prints the full path.
The reason being I want to generate a playlist for sc_trans and all the files I'm going to stream are in one folder, should make it simple.