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 거의 필요한 것을 수행하지만 경로 조각을 원하지 않고 전체 경로를 원합니다. 정말로를 사용하려면 ls..