rm

rm <file-name>  # 删除文件
rm -rf <folder-name>  # 删除文件夹

Last updated

Was this helpful?