mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-30 05:08:58 +01:00
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
# test for -samefile
|
|
exec rm -rf tmp
|
|
exec mkdir tmp tmp/one tmp/two
|
|
exec touch tmp/file
|
|
find_start p {tmp tmp/file -samefile tmp/file -print}
|
|
exec rm -rf tmp
|