realpath

# symlink 가 아닌 실제 경로 출력
realpath <file.ext>
 
# 그냥 해당 파일의 절대 경로 출력 symlink
realpath -s <file.ext>

ls 결과 파일들의 절대 경로

ls * | xargs realpath