Whamcloud - gitweb
- ptlrpc_ping_interpret is needless:
[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 "$@"