Question: Consider the following alias: alias dirc='ls -l | grep '^d' | wc -l' What EXACTLY will this alias do when it is executed? The alias
Consider the following alias:
alias dirc='ls -l | grep '^d' | wc -l'
What EXACTLY will this alias do when it is executed?
The alias will list the sub-directores in the current directory.
The alias will count the files in the current directory.
The alias will output the number of sub-directories in the current directory.
The alias will grep for the file called ^d.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
