osx - Delete file from a file set -
i have following file structure:
/home/envs/env1 /home/envs/env2 ... /home/envs/envn
inside each "envi" foled have "log" folder collect log application. need delete logs envs periodically.
is there terminal command can it?
regards
this should it:
$ rm ~/envs/env*/log/*
Comments
Post a Comment