Void

Report a typo

Find all the empty directories in the /tmp/photos directory and its subdirectories.

Sample Input 1:

Sample Output 1:

/tmp/photos/china/beijing
/tmp/photos/japan/tokyo
Write a program in Shell
#!/usr/bin/env bash

solve() {
# add your solution here

}
___

Create a free account to access the full topic