2022-04-22
ZSH - Loop Over Files and Run Command
up::[[MOC_Shell_Bash_Zsh]]
for file in ~/folder/*; gpg $file
from: https://quintussential.com/archive/2019/01/26/Looping-over-files-in-zsh/
2022-04-22
up::[[MOC_Shell_Bash_Zsh]]
for file in ~/folder/*; gpg $file
from: https://quintussential.com/archive/2019/01/26/Looping-over-files-in-zsh/