ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
From GeniousGeeko:
delete ROS log files older than 5 days:
echo "find ~/.ros/log/* -mtime +5 -exec rm -r {} \;" >> ~/.bashrc