Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Sep 14, 2023, 02:52 AM

Title: How in ls command show relative path of any file ?
Post by: mahesh on Sep 14, 2023, 02:52 AM
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!