answersLogoWhite

0

PRINT

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


What is the full form of CLS used in basic?

CLS means CLear Screen. it is a command used in command prompt


What is the date command?

output of all command


What will be the output of the command prompt lpg?

The command lpg is not a standard command in most command prompt environments. Its output would depend on the specific context or application in which it's used. If it's a custom command or part of a specific software package, you would need to refer to that software's documentation to understand its output. Otherwise, running lpg may result in an error message indicating that the command is not recognized.


What Refers to directing the output of one command to the input of a second command?

The 'pipe' symbol connects the output of one command to the input of another (|)


What is the output of the command used to test a nic card?

PING is what you need to use . Ping 127.0.0.1


What is systemoutprintln means in java?

That's the command used to output text to the console. For example: System.out.println("Hello!");


What are three components of an OS?

In the 8-bit versions, CP/M's software was separated into three components * console command processor or CCP, * basic disk operating system or BDOS, and * basic input/output system


What command is used to connect lines of different text files to one line?

cat input1 input2 ... > output


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 header for basic input or output in C Plus Plus?

For basic input and output in C++: #include


Is write a FORTRAN command?

Yes. The FORTRAN write command output's data to a file.