리눅스 디렉토리 이하 파일 개수 세기

Jmnote bot (토론 | 기여)님의 2020년 11월 23일 (월) 12:15 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))

1 개요

리눅스 디렉토리 이하 파일 개수 세기
  • 자식 디렉토리의 파일 개수도 포함된다.
find /폴더/경로 -type f | wc -l

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}