Userful shell commoand in linux
create folder list:
mkdir {com,xxx,yyy,zzz,domain,enums}
create folder structure:
mkdir -p com/xxx/yyy/xzzz/domain/enums
grant the permisstion for the whole folder(include subfolder):
chmod 777 -R folder/
remove folders:
rm -Rf <dir_name>
标签:commoand,shell,mkdir,yyy,domain,Userful,folder From: https://blog.51cto.com/u_6174294/6207208