Hello,
I know in Kubuntu 20 a way to show all files under subdirectires :
Code:
ls -Rl |sort -k5 -hr|more
But I see only short names of files, but I also need to show relative path(to the current directory) of this file ?
How can I get it ?
Thanks in advance!