answersLogoWhite

0

somecommand > history

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

User Avatar

Wiki User

15y 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 features are available in the perc 5 bios setup utility?

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


What is the use of new operator?

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


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.


How you create ou by using command line?

To create an output file using the command line, you can use redirection operators. For example, in a Unix-like terminal, you can run a command and redirect its output to a file by using the > operator, like so: echo "Hello, World!" > output.txt. This command creates a file named output.txt with the text "Hello, World!" inside it. If you want to append to an existing file instead of overwriting it, you can use >>, like echo "Another line" >> output.txt.


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


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.


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

BOTH statements are true.


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

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