erase pattern

erase("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 rm 


Example


erase *.txt


erase("*.txt")