List file using ls command in Linux with full path

前端 未结 13 1686
星月不相逢
星月不相逢 2020-12-24 01:02

Many will found that this is repeating questions but i have gone through all the questions before asked about this topic but none worked for me.

I want to print full

13条回答
  •  再見小時候
    2020-12-24 01:31

    I have had this issue, and I use the following :

    ls -dl $PWD/* | grep $PWD

    It has always got me the listingI have wanted, but your mileage may vary.

提交回复
热议问题