find查找不包括本身

find /path/to/somedir  -mindepth 1

交互式输入去除^H

stty erase '^H'
# read -p '.............: ' OPT
.............: 在此处可以自由输入