Posts

Showing posts from February 19, 2019

find command cannot find my files which do exist

Image
4 One weird situation occurs to me that find command cannot find some files but can find another, and they all exist in the local path. The original code as a screenshot: . The files are there: $ ls -lh ~/.config/fish/functions/ total 92K -rw-rw-r-- 1 echecod echecod 4.2K Dec 20 16:42 __async_prompt.fish -rw-rw-r-- 1 echecod echecod 3.0K Dec 20 16:42 done.fish -rw-rw-r-- 1 echecod echecod 597 Dec 20 16:42 humanize_duration.fish -rwxrwxr-x 1 echecod echecod 5.2K Dec 20 16:42 __informative_git_prompt.fish* -rwxrwxr-x 1 echecod echecod 1.4K Dec 20 16:42 prompt_pwd.fish* -rw-rw-r-- 1 echecod echecod 61K Feb 20 11:38 z.lua But they cannot be found: $ find ~/.config -name z.lua $ find ~/.config -name prompt_pwd.fish The upper directory and files in it: $ ls -ld ~/.config/fish/ drwx------ 2 e