$ rm /tmp/log* bash: /usr/bin/rm: Arg list too longCommands find and xargs to the rescue:
$ find /tmp -name "logMonitor*" | xargs rm
Nestor Urquiza is a hands-on technologist, security-first thinker and results-oriented business executive. An Electronics Engineer dealing with hardware, embedded/web software development, security, compliance and full business funnel process engineering. Keeping things simple and innovating top-down, from Marketing to Accounting.
No comments:
Post a Comment