Whamcloud - gitweb
file jbd-stats-2.6.9.patch was initially added on branch b1_4.
[fs/lustre-release.git] / lustre / utils / lfind
1 #!/bin/bash
2 PATH=`dirname $0`:$PATH
3
4 if [ $# -eq 0 ] || [ "$1" == "-h" -o "$1" == "--help" ]; then
5         lfs help find 2>&1 | sed "s/find/lfind/g"
6         exit 0
7 fi
8
9 lfs find "$@"