Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
When lfs find is used with multiple paths, the final path is not searched if the first option following that path is a ! or an option without an argument, like print:
$ mkdir /mnt/lustre/{a,b}
$ touch /mnt/lustre/{a,b}/f
$ lfs find /mnt/lustre/{a,b} ! -type d
/mnt/lustre/a/f
$ lfs find /mnt/lustre/{a,b} -print
/mnt/lustre/a
/mnt/lustre/a/f