How to save lsl list to file?

Is there a way to save the “lsl” output to a usable file format that can be imported into a spreadsheet?

Anyone have a suggestion for this?

You can redirect the output to a file

rclone -q lsl whatever > file.txt

Then you can import that file.txt into a spreadsheet by using fields delimited by spaces (maybe, not a spreadsheet expert!)

1 Like

Perfect, thank you!

Created another automated script that runs in the background saving a copy of my file list regularly.

1 Like