echo -e "192.168.0.2\n192.168.0.3\n192.168.0.4" | xargs -I{} ssh root@{} -p 55555 "/usr/bin/crontab -l | sed '\$s/$/\n0 \* \* \* \* /path/to/command/exec.sh' | crontab -"
みたいな感じで。
echo -e "192.168.0.2\n192.168.0.3\n192.168.0.4" | xargs -I{} ssh root@{} -p 55555 "/usr/bin/crontab -l | sed '\$s/$/\n0 \* \* \* \* /path/to/command/exec.sh' | crontab -"
1 */1 * * * du -sx / >& /dev/null & sleep 5 && kill $! 0 3 * * * /usr/sbin/diskutil repairPermissions /
% port installed w3m The following ports are currently installed: w3m @0.5.3_0 (active) % sudo port -f deactivate boehmgc % sudo port install boehmgc-devel % w3m http://www.nytimes.comboehmgcじゃなくてboehmgc-devel入れればOKということで。