Question

Write the Linux command that will list the contents of newdir and all of its subdirectories.

Write the Linux command that will list the contents of newdir and all of its subdirectories.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

this command is enough to find content of directory and all subdirectories and content  

---> find -type d &find -type f

here d means directory and f means file

d type file and f type file

if this command will not work to your terminal please add -print to this command

---> find -type d -print & find -type f -print

Add a comment
Know the answer?
Add Answer to:
Write the Linux command that will list the contents of newdir and all of its subdirectories.
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT