반응형
파일 갯수가 많을 경우 ls로 확인이 불가능 할 때 find를 사용하면 됩니다.
$ ls *.pross
-bash: /bin/ls: Argument list too long
=>
$ find . -type f -name "*.pross" -exec ls {} \;
./2a0m_A.pross
./1qpw_B.pross
./3m2o_A.pross
./2g69_A.pross
..
..
반응형
'Linux > CentOS' 카테고리의 다른 글
[CentOS] 파일 브라우저(FileBrowser) (0) | 2013.08.09 |
---|---|
[CentOS] CentOS 6에 NTFS 파일시스템 마운트 (0) | 2013.08.07 |
GLIBC not found 문제 (0) | 2013.07.24 |
[manual]CentOS, RHEL (0) | 2013.06.05 |
Unable to launch GUI as the X server display utility (xdpyinfo) not found, Exiting . (0) | 2013.04.04 |
최근댓글