我如何吐出一行递归路径的平面列表?
例如,我只想要一个文件的完整路径的平面列表:
/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
几乎满足了我的需要,但我不想要路径片段,我想要完整的路径。