← Back to match
undo
CLI tool that reverts what the last shell command did to the filesystem
Desktopfreeglobal
undo is a command-line tool for Linux that reverts filesystem changes made by the last shell command, covering classic mistakes like rm -rf, an overwriting mv, or an accidental chmod -R. It parks changes instead of deleting them permanently, with a redo command to reapply if needed.
Categories
developer-toolscli-tools

