TutorialNest
  • Help
  • Login/Signup
TutorialNest
  • FAQ Tutorial FAQ
  • Story Tutorial Story
  • HTML Tutorial HTML
  • CSS Tutorial CSS
  • JAVASCRIPT Tutorial JAVASCRIPT
  • MySQL Tutorial MySQL
  • CLOUD Tutorial CLOUD
  • LINUX Tutorial LINUX
  • PYTHON Tutorial PYTHON
  • PHP Tutorial PHP
  1. Home
  2. Frequently Asked Questions

CATEGORIES

  • Story
  • HTML
  • CSS
  • JAVASCRIPT
  • MySQL
  • CLOUD
  • LINUX
  • PYTHON
  • PHP

Suppose you are working on your system and there are many files of different sizes, and you want to find only the large files. What would you do?

Subh Singh
Invent the Future

Now type in your terminal:

find /path -type f -size +100M

After that, it will show the full list of large files (greater than 100MB).

RELATED QUESTIONS

What is HTML and why is it used?
Explain the basic structure of an HTML document.
What are the different types of HTML tags?
What is the purpose of the meta tag in HTML?
What are semantic HTML tags? Can you give some examples?
How does the form tag work in HTML?
What is the canvas tag used for in HTML?
What is the difference between the div and span tags?
What is the role of the header, footer, section, and article tags?
How does the href attribute in the anchor tag work?

BELONGS TO US

  • About Us
  • Login

IMPORTANT FOR YOU

  • Terms & Conditions
  • Privacy Policy

SPECIAL PAGES

  • Help

CONNECT WITH US

  • Facebook
  • Twitter
  • Instagram
© 2024-2026 TutorialNest.com. All rights reserved.