mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-28 20:43:21 +01:00
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
# test for -path
|
|
exec rm -rf tmp
|
|
exec mkdir tmp tmp/top tmp/top/one tmp/top/one/two
|
|
find_start p {tmp/top -path tmp/top/one -print }
|
|
exec rm -rf tmp
|