summaryrefslogtreecommitdiffstats
path: root/find-inodes
diff options
context:
space:
mode:
Diffstat (limited to 'find-inodes')
-rwxr-xr-xfind-inodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-inodes b/find-inodes
index 09a6049..afb5e26 100755
--- a/find-inodes
+++ b/find-inodes
@@ -1,3 +1,3 @@
#!/bin/sh
GLOBIGNORE=.
-(for i in *; do echo -n "$i: "; find "$i" | wc -l; done) | sort -nk2
+(for i in *; do echo -n "$i: "; find "$i" -xdev | wc -l; done) | sort -nk2