Martin Krischik
SearchWiki

Main (edit)

  • Addresse
  • Networking

Tipps

  • DVDRam
  • OperaBlocklist
  • Windows
  • Opera
  • WoW on Linux
  • DA:O on MacOS

Z-Shell

  • Delete Tree
  • ls improved
  • vim mode
  • file find

Freeware

  • EditusExternus
  • AquaP990

Tests

  • VSV40 (de)

Hate and Love

  • GNOME
  • P990i

RSS Feeds

  • All Changes

Edit Sidebar
Z-Shell/
Del Tree
Read PageEdit PagePage AttributesPage HistoryUpload
Printable View

deltree for your /usr/share/zsh/site-functions

A simple & at the end of rm -rf won't really help.

 function deltree()
    {
    for I in "${=@}"; do
        mv --verbose "${I}" "${I}.delete" ;
        rm --recursive --force "${I}.delete" &
    done; unset I
    return;
    }
Page last modified on May 13, 2007, at 10:50 AM
  1. SearchWiki
  2. Recent Changes
  3. All Recent Changes
  4. WikiHelp

  1. ▲ Top ▲
  2. Edit:
  3. SideBar
  4. MenuBar
  5. BottomBar
  6. GroupHeader
  7. GroupFooter