Links: TECHNOLOGY - PROGRAMMING
Rel: macos; linux; commands
Tags: #public


rm - remove (file/path)

rm -rf - recursive remove directory & file contents
rm filename.txt - remove file (not going to be in recyclebin!)

see also: cp, mv