kshrc file to accomplish this alias.

Jim wants to alias the grep command to the string search. Choose the command that Jim should
add to his .
kshrc file to accomplish this alias.

Jim wants to alias the grep command to the string search. Choose the command that Jim should
add to his .
kshrc file to accomplish this alias.

A.
alias search = ‘grep -i’

B.
alias search=’grep -i’

C.
alias search =’grep -i’

D.
alias search=`grep -i`

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *