6 lines
126 B
Bash
6 lines
126 B
Bash
|
mkdir -p walk-test/dir1
|
||
|
touch walk-test/file-1
|
||
|
touch walk-test/file-2
|
||
|
touch walk-test/dir1/file-1
|
||
|
touch walk-test/dir1/file-2
|