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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

unity3d - Fatal error- Monodevelop-Unity failed to start -