Searched refs:maxdepth (Results 1 – 25 of 64) sorted by relevance
123
8 find "${etcd}" -maxdepth 1 -lname '/dev/null' -delete10 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
9 find "${etcd}" -maxdepth 1 -lname '/dev/null' -delete11 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
179 if (maxdepth != -1 && entry->fts_level >= maxdepth) { in find_execute()
4 :maxdepth: 1
9 for f in $(find $1 -maxdepth 1 -name '*.h'); do
49 find ${nullfs_dstdir}* -type f -maxdepth 2 -ls > \
131 find `dirname $alllast` -maxdepth 1 -name $alllast -mtime +12h -delete261 find /tmp . -name "*.core" -mtime -2 -maxdepth 2 -ls 2>/dev/null
65 find ${nullfs_dstdir}$2 -type f -maxdepth 2 -ls > \
59 find $nullfs_dstdir -type f -maxdepth 2 -ls > \
12 :maxdepth: 2
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)