rm(1) minix man page | unix.com

Man Page: rm

Operating Environment: minix

Section: 1

RM(1)							      General Commands Manual							     RM(1)

NAME
rm - remove a file
SYNOPSIS
rm [-ifrRvx] name ...
OPTIONS
-i Interactive remove: ask before removing -f Forced remove: no questions asked -rR Remove directories and their contents -v Tell what rm is removing -x Do not cross device boundaries
EXAMPLES
rm file # Remove file rm -i *.c # Remove .c files, asking about each
DESCRIPTION
Rm removes one or more files. If a file has no write permission, rm asks for permission (type 'y' or 'n') unless -f is specified. If the file is a directory, it will be recursively descended and removed if and only if the -R flag is present.
SEE ALSO
cp(1), mv(1), rmdir(1), unlink(2), rmdir(2). RM(1)
Related Man Pages
file::remove(3) - mojave
rmdir(1) - hpux
rmdir(2) - hpux
remove(3c) - sunos
file::remove5.18(3) - mojave
Similar Topics in the Unix Linux Community
Korne Script for format file
Trick Question: How is the Site Performance?
Using "find" and "-exec rm" ... Just no luck :(
AIX calling WINSOCK during e-mail - normal?
Create directories in stagging and informatica server