rm pattern

rm("pattern")

Erases the files specified by pattern. If pattern does not have a path, it erases files in the current working directory.


See also cp cmd pwd ls 


Example


rm *.txt


rm("*.txt")