answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: UNIX question What EXACTLY will this alias do when it is executed alias dirc 'ls -l grep 'd' wc -l'?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How you create an alias for ls -lt in Unix?

The exact method of creating the alias depends on the shell environment you are using. For ksh, you could do the following: alias lt="ls -lt"


How do you create read operation in unix?

What exactly do you mean by a 'read operation'; the question is missing the semantics of what you want to accomplish.


What is the significance of Windows 7 and Unix services?

tHE QUESTION WAS WHAT IS THE DIFFERENCE BETEEN unix and windows 7, but i did not get the appropriate answer.


How do you exit the edit command in unix?

There are many editors available in Unix, and they all have different methods of exiting out. You need to specify exactly which editor you are concerned with.


How do you convert from UNIX to NT?

The question is too vague; converting what?


How UNIX is implemented in operating system?

The question is too vague to answer..


What is the unix command to send message to all the users who are logged in?

The command is 'wall' (write all). In some systems it can only be executed by the administrator.


What happens if user create a directory same name as root in unix?

It can't be exactly the same name as root; directories in Unix have to be unique, and therefore you can't duplicate the name.


What are the applications of Unix?

The question is rather vague; the applications used in Unix are similar or identical to those used in other operating systems, such as Windows.


Free unix operating system source code?

If I understand your question....vague as it is....yes, the Unix OS source code is free and open source.


What are the different remote administration tools in Linux and UNIX?

The question is too vague to answer clearly. There are too many versions of Linux and Unix and third party vendors.


List of internal and external commands in unix?

A list of internal/builtin commands is available for each shell environment by looking at the 'man' entry. Anything not listed there is either an alias or an external command.