answersLogoWhite

0

somecommand > history

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How can you can create a new operator through operator overloading?

You cannot create any new operators in C++. You can only overload the existing ones (although some, such as sizeof, new and delete cannot be overloaded). The only way to create a new operator is to implement it as a standard function with a named identifier. For instance, sqrt() is the standard library function that provides the square root operator, for which no real operator exists.


What is the importance of tour operator in tourism?

A tour operator typically combines tour and travel components to create a holiday.


What is the use of new operator?

A new operater is used to allocating a memory space for a particular object.


What features are available in the perc 5 bios setup utility?

Create/delete virtual disks & hot spares Perform text based console redirection


How do you open a new file in unix?

Your question isn't really that clear; you can create a new file when exiting any of the editor programs, by using I/O redirection, or the touch command.


From what window is a Field Operator able to create a batch?

Batch Manager window


The difference between a mass market tour operator and a specialist tour operator?

A mas market tour operator will create thousands of holidays the same, i.e you buy whats on the shelf, however a specialist tour operator will put your holiday package together for you, with what you want


Do great men create history or does history create great men?

BOTH statements are true.


How can user defined operator overloading harm the readability of the program?

Because the built in operator has the precision and compiler knows all the precision between the operators, and it works on that precision. User can also create its own operator but the compiler does not come to know thow to make precision of this operator. Therefore we dont use user defined operator


How can you create a new operator through operator overloading?

You cannot create a new operator through operator overloading. You can only redefine an existing operator, with certain limitations. As an example, for a class of complex numbers, having a real and an imaginary part, you might want an addition operator. This is the skeleton of code to do that. I only show the operator, not any constructors or other operators or methods, etc.class complex {private:double real, imaginary;public:complex operator+ (complex operand) {complex temp;temp.real = this.real + operand.real;temp.imaginary = this.imaginary + operand.imaginary;return temp;}};The above answer is for C++. Since this question is also categorized in Java Programming it's important to note that operator overloading is not currently possible in Java.


How do you be a Server Operator on Halo Combat Evolved?

You have to create your own LAN/Internet server in the Multiplayer menu.


How do you do safari in Africa?

You find a tour operator which offers African safaris and then work with them to create an itinerary of the parks you will visit.