Show EOL distros:
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Author: Ken Conley
- License: BSD
- Repository: ros
- Source: svn https://code.ros.org/svn/ros/stacks/ros/tags/ros-1.4.10
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Author: Ken Conley
- License: BSD
- Repository: ros
- Source: svn https://code.ros.org/svn/ros/stacks/ros/tags/ros-1.6.9
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Author: Ken Conley
- License: BSD
- Source: git https://github.com/ros/ros.git (branch: ros-1.8)
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>
- Author: Ken Conley
- License: BSD
- Source: git https://github.com/ros/ros.git (branch: groovy-devel)
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>
- Author: Ken Conley
- License: BSD
- Source: git https://github.com/ros/ros.git (branch: hydro-devel)
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>
- Author: Ken Conley
- License: BSD
- Source: git https://github.com/ros/ros.git (branch: indigo-devel)
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>
- Author: Ken Conley
- License: BSD
- Source: git https://github.com/ros/ros.git (branch: jade-devel)
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>
- Author: Ken Conley
- License: BSD
- Bug / feature tracker: https://github.com/ros/ros/issues
- Source: git https://github.com/ros/ros.git (branch: kinetic-devel)
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>
- Author: Ken Conley
- License: BSD
- Source: git https://github.com/ros/ros.git (branch: kinetic-devel)
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Maintainer status: maintained
- Maintainer: Dirk Thomas <dthomas AT osrfoundation DOT org>
- Author: Ken Conley
- License: BSD
- Bug / feature tracker: https://github.com/ros/ros/issues
- Source: git https://github.com/ros/ros.git (branch: melodic-devel)
Package Summary
rosclean: cleanup filesystem resources (e.g. log files).
- Maintainer status: maintained
- Maintainer: Michel Hidalgo <michel AT ekumenlabs DOT com>, Jacob Perron <jacob AT openrobotics DOT org>
- Author: Ken Conley, Dirk Thomas <dthomas AT openrobotics DOT org>
- License: BSD
- Bug / feature tracker: https://github.com/ros/ros/issues
- Source: git https://github.com/ros/ros.git (branch: noetic-devel)
New in ROS C-Turtle
rosclean command-line tool
Usage:
Usage: rosclean <command> Commands: rosclean check Check usage of log files rosclean purge Remove log files
rosclean check
Report the disk usage of ROS log files.
$ rosclean check 348K ROS node logs 20K rosmake logs
rosclean purge
WARNING: use with care. This will delete files from disk!
rosclean purge will remove directories associated with storing ROS-related log files. You will be asked to confirm each deletion and it is important that you verify the command that rosclean purge executes is correct. Otherwise you may lose important files.
$ rosclean purge Purging ROS node logs. PLEASE BE CAREFUL TO VERIFY THE COMMAND BELOW! Okay to execute: rm -rf /u/username/.ros/log (y/n)?