我怎样才能让ls吐出一排递归的单行路径列表?
例如,我只想要带有完整路径的文件的平面清单:
/home/dreftymac/.
/home/dreftymac/foo.txt
/home/dreftymac/bar.txt
/home/dreftymac/stackoverflow
/home/dreftymac/stackoverflow/alpha.txt
/home/dreftymac/stackoverflow/bravo.txt
/home/dreftymac/stackoverflow/charlie.txt
ls -a1
几乎可以满足我的需求,但我不需要路径片段,而需要完整路径。