answersLogoWhite

0

It redirects you to a tafe assingment answer sheet.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Can the redirection shell metacharacter be used to redirect between a command and a another command?

Only one of the redirection operators will do this - the vertical bar or "pipe" symbol (|). It takes the standard output of one command and uses it as input to the next command in sequence.


What is the symbol for redirection of output?

The symbol for redirection of output in a command-line interface is the greater-than sign (>). It allows you to send the output of a command to a file instead of displaying it on the screen. For example, command > output.txt saves the output of the command to a file named output.txt. To append output to an existing file, you can use >>.


How can you create a file called history by using a redirection operator?

somecommand > historywhere somecommand is the program that normally prints to stdout. The redirection operator is the > symbol.


An MS DOS user can change or override the standard i-o devices using what?

Redirection"DEST", the destination command.


After doing a search why does the browser go to the wrong website after clicking on the link?

This can be due to a reason that the link on which you are clicking may not serve the purpose of the information you want and the temporary redirection or the permanenet redirection is levied on it. Redirection - Directs the one URL to another URL and thus the information you are looking for may not be visible


What is the symbol for Command Security Corporation in the AMEX?

The symbol for Command Security Corporation in the AMEX is: MOC.


Show the advantages of redirection with example in unix?

I/O Redirection is used when you don't want the output to go to the standard output location, e.g., the screen. It can be very helpful in capturing information to be used in a later process. For example, if the command 'ls' is used the output goes to the screen. But if the command 'ls > ls.out' is used, then the ls command output will be redirected to a file called ls.out, which can be examined, edited, or used in a later process.


When did Special Purpose Command end?

Special Purpose Command ended in 2009.


When was Special Purpose Command created?

Special Purpose Command was created in 2002.


What is the purpose of a symbol?

To "represent" something or someone IS a symbol's purpose. To empower the wielder of the symbol with what the symbol represents.


What is the purpose of the AS command in SQL?

If you are in search of learning the purpose of the AS command in SQL, there are a few resources that are available to you. One resource that can explain the purpose of the AS command in SQL is Wikipedia.


What is the DOS command to change the name of a file?

we may use << ( redirection) operator it will append the data of file........