Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4. Write a script to do a little file count report for a given directory, as shown in the following figure. a) You may use

4. Write a script to do a little file count report for a given directory, as shown in the following figure.

a) You may use a command argument to supply the directory you want to report

b) Hint: use ls, grep, wc, regex, and pipe |

c) You may see that scripts can help do something that is usually not provided by the OS or any utilities.

image text in transcribed

d) Display the source code in an editor (#4-5)

e) Execute your script in the terminal, and display the command and the result (#4-6)

root@ubuntuo. ~/Documents/script E11 File Edit View Search Terminal Help @ubuntu0:-/Documents/script# bash root dir-stat.sh A Files in/root: of all items: 45 of all directories: 28 Number Number Number of all ordinary files: 17 Number of hidden items: 31 Number of hidden directories: 20 Number of hidden files: 11 root@ubuntu0.-/Documents/script#

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Build It For The Real World A Database Workbook

Authors: Wilson, Susan, Hoferek, Mary J.

1st Edition

0073197599, 9780073197593

More Books

Students also viewed these Databases questions