주 메뉴 열기

wwiki β

바뀜

리눅스

60 바이트 추가됨, 2022년 2월 13일 (일) 03:51
파일검색 후 명령실행
$ sudo -u 아이디 "명령어"
==find ==파일검색 후 명령실행== find . -name "*.mp3" -exec ./test.sh {} \;
find . -type f -exec chmod o-w {} \;
* exclude path
find . -path ./misc -prune -o -name '*.txt' -print서브 디렉토리 포함 $ find . -name "foo*"
==signal==
편집
2,431