COHERENT help

This page displays the COHERENT help information for rm.

Listing of available help pages


rm -- Remove files

rm [ -firtv ] file ...

Options:
     -f        Force: remove unwritable files, suppress error messages and
               prompts
     -i        Ask before removing each file
     -r        Recursively remove entire directory structure
     -t        Test: perform all checks but do not remove files
     -v        Verbose: report the disposition of each file