Breaking News
Loading...
Monday, September 2, 2013

Basic Find Commands in Linux Part 5

6:10 AM

 

32. Find 30MB Files

To find all 30MB files, use.
# find / -size 30M

33. Find Size between 30MB – 50MB

To find all the files which are greater than 30MB and less than 50MB.
# find / -size +30M -size -50M

34. Find and Delete 50MB Files

To find all 50MB files and delete them using one single command.
# find / -size +50M -exec rm -rf {} \;

35. Find Specific Files and Delete

Find all .mp3 files with more than 10MB and delete them using one single command.
# find / -type f -name *.mp3 -size +10M -exec ls -l {} \;

6 comments:

  1. Voyance et tarot gratuit tarots de marseille gratuit

    Here is my blog post :: voyance par telephone

    ReplyDelete
  2. Compatibilite astrologique ascendant theme
    astral complet gratuit

    my web blog: voyance par telephone (www.londonsuccessuniversity.com)

    ReplyDelete
  3. Tirage des tarots en ligne gratuit avenir horoscope gratuit

    my blog post voyance par telephone

    ReplyDelete
  4. Gratuit marseille tarots et runes

    Feel free to visit my blog post: voyance gratuite par telephone [http://www.londonsuccessuniversity.com]

    ReplyDelete
  5. This post is likeable, and your blog is very interesting, congratulations.
    tarot en ligne gratuity

    ReplyDelete
  6. Thank you for bringing more information to this topic for me. I’m truly grateful and really impressed.
    tarot en ligne gratuity

    ReplyDelete

 
Toggle Footer