ULOS Manual Pages - rm(1) | Back
NAME
  rm - remove files
SYNOPSIS
  rm [-rfv] FILE ...
DESCRIPTION
  rm removes all specified FILEs.
  Options:
    -r
      Recurse into directories.  Required on most filesystems to remove directories.
    -f
      Do not exit on failure.
    -v
      Be verbose.
COPYRIGHT
  ULOS Core Utilities copyright (c) 2021 Ocawesome101 under the DSLv2.
REPORTING BUGS
  Bugs should be reported at https://github.com/ocawesome101/oc-ulos/issues.