Simple Linux Command Line notes: Rm

Source: Internet
Author: User
ArticleDirectory
    • Parameters
    • Option
    • Example
    •  
    •  

Delete a file/directory (or file link)

Rm [Options]File-list

 

Parameters

File-listIsRmList of objects to be deleted

 

Option

-F: directly delete the file without asking

-R or-r recursively delete directories

-I ask the user when deleting the file

-V display the deletion information when deleting an object

 

Example Rm
 
$RmDemo. Java $LsJtregex3_jb51.7z mboo.Zip

Delete files without prompt or inquiry

 

Rm-I
$Rm-I mboo.Zip Rm: Whether to delete normal files"Mboo.zip"? Y

Ask When deleting, confirm deletion by Y, and deny deletion by N.

 

Rm-V
 
$Rm-V jtregex3_jb51.7z deleted"Jtregex3_jb51.7z"

Delete an object and display the deletion information.

 

Rm-R
$Rm-R-V aaa deleted directory:"AAA/BBB/ccc"Deleted directory:"AAA/BBB"Deleted directory:"Aaa"

Recursively delete directories, and replace-R with-R. The-V option is more intuitive.

 

RM *. txt
$LsA.txt B .txt c.txt $Rm-V *. Txt deleted"A.txt"Deleted"B .txt"Deleted"C.txt"

Use wildcards to delete objects

 

 

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.