mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-28 12:33:21 +01:00
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
# tests for -name
|
|
if { [ safe_path ] } {
|
|
exec rm -rf tmp
|
|
exec mkdir tmp tmp/fred tmp/jim
|
|
find_start p {tmp -name fred -execdir echo \{\} \; }
|
|
exec rm -rf tmp
|
|
}
|