====== realpath ====== * [[https://man7.org/linux/man-pages/man1/realpath.1.html|realpath(1) - Linux manual page]] * 파일의 절대 경로 출력 * file real path # symlink 가 아닌 실제 경로 출력 realpath # 그냥 해당 파일의 절대 경로 출력 symlink realpath -s ====== ls 결과 파일들의 절대 경로 ====== ls * | xargs realpath