Remove command exclude specified file in Shell environment

Source: Internet
Author: User

The file structure under the root directory is listed below

+-root
     +-fileA.txt
     +-subdir1
   +-  a.txt
   +-
   b.txt +-c.txt +-subdir2 D.txt
   +-e.txt
   +-f.txt +-subdir3 +-subdir4 +-
     subdir5
     +-subdir6 +-subdir7
     +-subdir8
     +-subdir9
     ...

The aim is to remove all but the directory SubDir2 and file FileA.txt, and if one deletion is too inefficient, the shell command can be easily resolved

Ls|grep-v ' Subdir2\|filea.txt ' |xargs rm-r

The effect of the execution is as follows

+-root
     +-fileA.txt
     +-subdir2
          +-d.txt
          +-e.txt
          +-

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.