[shell script] find 명령어 활용


[shell script] find 명령어 활용

find [대상경로] [서술식] 대상 디렉터리에 있는 파일, 디렉터리 수 조사하기  filecount=$(find "$targetdir" -maxdepth 1 -type f -print | wc -l) dircount=$(find "$targetdir" -maxdepth 1 -type d -print |..

[shell script] find 명령어 활용에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : [shell script] find 명령어 활용