$ find -L /data -xtype l

 

并show出来

find -L /data -xtype l -exec ls -l {} \;    

or 

find -L /data -xtype l |xargs ls -l

相关文章:

  • 2021-04-13
  • 2022-01-18
  • 2021-09-20
  • 2021-12-28
  • 2021-07-16
  • 2021-08-18
  • 2022-02-16
  • 2021-07-03
猜你喜欢
  • 2021-12-13
  • 2022-12-23
  • 2021-05-29
  • 2021-09-28
  • 2021-05-27
  • 2021-05-15
  • 2022-02-14
相关资源
相似解决方案