Using -exec command like below, need add escape character for semicolon that separated two commands in shell
1find directory/ -type d -exec chmod a+x {} \\;
Feb 24, 2010 - update:
1find . -maxdepth 4 -type d -name 'g-vxworks' 2>/dev/null -print
Jan. 7, 2024 - update: You might see
No such file or …
Read More- 1> 是输出正确数据, 2> 则是错误数据输出项目, 若要同时写入同一个档案需要使用 2>&1 /dev/null 是什么呢?基本上,那就有点像是一个『黑洞』的垃圾桶功能!当你输入的任何东西导向到这个虚拟的垃圾桶装置时,『他就会凭空消失不见了~~』
Read More