It might be worth noting that I am running Ubuntu Lucid Lynx.
I ran the exact same command:
Quote:
find cs390/hw1/PartTwo -wholename cs390/hw1/PartTwo/include -prune -o -print -type f -size +10k | xargs ls -l
and got the following output:
Code:
-rw-r--r-- 1 brandon brandon 262 2010-09-02 12:10 cs390/hw1/PartTwo/a/a.c
-rw-r--r-- 1 brandon brandon 21814 2010-09-02 12:10 cs390/hw1/PartTwo/b/ladsh4.c
-rw-r--r-- 1 brandon brandon 4091 2010-09-02 12:10 cs390/hw1/PartTwo/c/passfd.c
cs390/hw1/PartTwo:
total 16
drwxr-xr-x 2 brandon brandon 4096 2010-09-03 14:42 a
drwxr-xr-x 2 brandon brandon 4096 2010-09-03 14:43 b
drwxr-xr-x 2 brandon brandon 4096 2010-09-03 14:43 c
drwxr-xr-x 2 brandon brandon 4096 2010-09-03 14:44 include
cs390/hw1/PartTwo/a:
total 4
-rw-r--r-- 1 brandon brandon 262 2010-09-02 12:10 a.c
cs390/hw1/PartTwo/b:
total 24
-rw-r--r-- 1 brandon brandon 21814 2010-09-02 12:10 ladsh4.c
cs390/hw1/PartTwo/c:
total 4
-rw-r--r-- 1 brandon brandon 4091 2010-09-02 12:10 passfd.c