Bir dizin altında bulunmaktadır /tmpadıyla test_copy.
$ ls /tmp/test_copy/
a.sh b.sh
$ cd /tmp
/tmp$ find . -name test_copy
./test_copy
Ama aşağıdaki findkomutu çalıştırırsam hiçbir şey döndürmez.
~/scripts$ find /tmp -name test_copy
~/scripts$
findDizini neden son durumda bulamıyorsunuz?
@xhienne: Haklısın! Başka bir dir için bir sembolikti. Cevap olarak gönderebilir misiniz?
—
Jim
ls -ld /tmp?