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