I have the following directory tree.
When moving around to/from VirutalBox, the file permissions are changed.
So, I know/not that ack
can be used to do it recursively from the command line.
Can someone please show the command for ack
to chmod 644
all the *.rb
files?
[~/dotfiles (master)⚡] ➔ tree
.
|-- cap_bash_autocomplete.rb
|-- dotfile_bash_aliases
|-- dotfile_bashrc
|-- rake_bash_autocomplete
|-- tidbits
| |-- README
| |-- lib
| | `-- aliasdir.rb
| |-- mhsrc
| |-- proxy.pac
| |-- rails-template.rb
| `-- tasks.thor
`-- usage