서버에 "exampledocs"라는 이름의 디렉토리가 있습니다. 다음을 사용하여 위치를 찾으려고했습니다.
ls -d */ | grep -E 'exampledocs'
과
find * -regextype posix-extended \-regex 'exampledocs' \-type d
과
grep "exampledocs" * --recursive
아무것도 효과가 없었습니다. 명령 줄에서 어떻게해야합니까? Ubuntu Server 11.0을 사용하고 있습니다.