- Mar 11, 2019
- 8
- 0
- 0
I have a directory where a lot of bash script or sh file exist. I want to change their permission to the 770 with the chmod command. How can I accomplish that? Thanks
$find /my/bashfiles/-type d -name*.c -exec chmod 770{}\;