mirror of
https://git.busybox.net/busybox
synced 2025-10-19 16:42:29 +00:00
3 lines
53 B
Text
3 lines
53 B
Text
touch foo
|
|
busybox mv foo bar
|
|
test ! -f foo -a -f bar
|