Contents
Syntax
									The syntax for 
rmv(params) rmv params
@rmv(params) @rmv params
Description
									
Note: Paths can be unoquoted, single quoted or double quoted.
									Note: You should also be able to use the remove function for the underlying shell as well, typically 
									Note: 
@rmv file.txt;! @rmv(dir)!
Options
									The following options are available for 
| option | description | 
|---|---|
| ensures files have write permission before trying to remove them | |
| prompt when moving files | |
| output which files are being moved and where (verbose) | |
| option | description | 
f++ example
									Examples of 
rmv("sample.txt")
rmv dir1 dir2 dir3
rmv *.txt
				n++ example
									Example of 
@rmv("sample.txt")
@rmv dir1 dir2 dir3
@rmv *.txt
				
![[ports] (FreeBSD) Get it from the FreeBSD [ports]](../../images/freebsd.webp)
