main shinobi / tests / mk / kati / find_command / test3 / out
 1find: "testdir3/a/c": No such file or directory
 2cd: testdir3/a/c: No such file or directory
 3build/tools/findleaves.py: No such file or directory
 4$ find testdir3/a/c
 5
 6$ if [ -d testdir3/a/c ]; then find testdir3/a/c; fi
 7
 8$ cd testdir3/a/c && find .
 9
10$ build/tools/findleaves.py testdir3 e
11