nt9856x/BSP/busybox/testsuite/mkdir/mkdir-makes-parent-directories
2023-03-28 15:07:53 +08:00

3 lines
51 B
Plaintext

busybox mkdir -p foo/bar
test -d foo -a -d foo/bar