Skip to site navigation
Skip to content
A simple & at the end of rm -rf won't really help.
&
rm -rf
function deltree() { for I in "${=@}"; do mv --verbose "${I}" "${I}.delete" ; rm --recursive --force "${I}.delete" & done; unset I return; }
Back to top of content
Back to the very top
Newsfeeds
Views
Current view: display
Configure Lens skin
Back to top of navigation