Question: Bash: using grep only: Display configuration files in /etc that contain numbers in their names. Display localhost information from the /etc/hosts file, display the line

Bash: using grep only:

Display configuration files in /etc that contain numbers in their names.

Display localhost information from the /etc/hosts file, display the line number(s) matching the search string and count the number of occurrences of the string.

Can you find an alternative for wc -l, using grep?

Display a list of all the users on your system who log in with the Bash shell as a default.

Display a list of /usr/share/doc subdirectories containing information about shells.

How many README files do these subdirectories contain? Don't count anything in the form of "README.a_string".

Make a list of files in your home directory that were changed less that 10 hours ago, using grep, but leave out directories.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!