linux rm delete

Delete the test1 subdirectory and all files in the subdirectory

Order:

rm -r test1

The rm -rf test2 command will delete the test2 subdirectory and all files in the subdirectory without confirming one by one

Order:

rm -rf  test2 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324523456&siteId=291194637