how list files recursively in terminal ?
by andrewysk from LinuxQuestions.org on (#56Z6M)
i am using manjaro xfce.
i found out listing files in subdirectory does not work.
Code:$ ls -FtdR $PWD/* >> listingand
Code:$ ls -Ftd $PWD/* >> listingmakes totally no different.
if however separate out
Code:ls -Rit works.
some command is conflicting each other ?
how to overcome this ?
i need it to ls files recursively ..
thx


i found out listing files in subdirectory does not work.
Code:$ ls -FtdR $PWD/* >> listingand
Code:$ ls -Ftd $PWD/* >> listingmakes totally no different.
if however separate out
Code:ls -Rit works.
some command is conflicting each other ?
how to overcome this ?
i need it to ls files recursively ..
thx