find查找不包括本身
find /path/to/somedir -mindepth 1
交互式输入去除^H
stty erase '^H'
# read -p '.............: ' OPT
.............: 在此处可以自由输入
转载于:https://blog.51cto.com/sonlich/2114346
find查找不包括本身
find /path/to/somedir -mindepth 1
交互式输入去除^H
stty erase '^H'
# read -p '.............: ' OPT
.............: 在此处可以自由输入
转载于:https://blog.51cto.com/sonlich/2114346