Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7093045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:23:24+00:00 2026-05-28T08:23:24+00:00

how would I type a file path in ubuntu terminal to include all files

  • 0

how would I type a file path in ubuntu terminal to include all files in all sub-directories?

If I had a main directory called “books” but had a ton of subdirectories with all sorts of different names containing files, how would I type a path to include all files in all subdirectories?

/books/???

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T08:23:25+00:00Added an answer on May 28, 2026 at 8:23 am

    It is unclear what you actually want … Probably you will get a better solution to your problem, if you ask directly for it, not for one other problem you’ve come accross trying to circumvent the original problem.

    do you mean something like the following?

    file */*
    

    where the first * expands for all subdirectories and the second * for all contained files ?

    I have chosen the file command arbitrarily. You can choose whatever command you want to run on the files you get shell-expanded.
    Also note that directories will also be included (if not excluded by name, e.g. *.png or *.txt).
    The wildcard * is not exactly the file path to include all files in all subdirectories but it expands to all files (or directories) matching the wildcard expression as a list, e.g. file1 file2 file3 file4. See also this tutorial on shell expansion.

    Note that there may be easy solutions to related problems. Like to copy all files in all subdirectories (cp -a for example, see man cp).

    I also like find very much. It’s quite easy to generate more flexible search patterns in combination with grep. To provide a random example:

    du `find . | grep some_pattern_to_occur | grep -v some_pattern_to_not_occur`
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to use Excel VBA to capture all the file attributes from files on
Currently my application takes in a text file/files, parses them into another file type
How would I make something in cocoa, where the user would type in open
When using ASP.net webforms my usual solution would have following type of setup -
In VB6, there used to be a Collection data type that would allow retrieval
Have a look here: In the following code, what would be the type of
What type of authentication would you suggest for the service that is: implemented as
Would anyone happen to know how to convert type LPTSTR to char * in
I would like to add the following MIME type to a site run by
I would like to check which type of RAM my computer uses before I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.