answersLogoWhite

0


Best Answer

echo "This is my text."

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
4y ago

More

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command prints text to the screen in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the cat command do in Linux?

print the contents of a text file onto the screen (like the "type" command in DOS).


How do you change from text mode to graphics in Linux?

Type below mention command startx


What is the function of CLS in dos command?

The command CLS clears the screen and resets the location of the command prompt to the top of the screen. This is similar to the Unix command clear.


What is the output of mkdir DesktopCS604 in Linux?

There is no text output. That command would create a directory / folder called "DesktopCS604".


What utility on Linux can be used to copy a file including text and executable program binary files?

The cp command does that.


What command would you use to create an empty text file in Linux?

#Touch newfile Will make an empty newfile


What command displays the online text manual for Linux?

Depending on the OS and setup, they can be different. Look at the commands: info and man


What is the name of the text editor used in Linux?

There is no the text editor in Linux. There are dozens of possible text editors available for Linux, such as:edviVimEmacsJOENanoJEDKateGeditMousepadLeafpadjEditXeditGeanyNEditJuffEdJOVE


How do you make a command on Ubuntu 9.04?

Anything can be made into a command on a Linux system. The steps are easy. First, using any text editor (vim, emacs, etc.) create a text file. Put anything you want to do in this file. Save the file. Make sure the file you just created has read and execute permissions (chmod). That's it! Now you have a command that you can execute in Linux.


What does the less command do?

The less command can be used to scroll through a large amount of text that would otherwise move off the screen.


What Linux command can you use to make a quick note to store in a file called meeting?

echo "text goes here" > meeting


Is there a way to click around and correct typos in the linux terminal at the command line?

If you mean edit a text document using a Linux terminal, the answer is yes. For instance, type the command in a terminal: nano and the document will open for editing. There are other text editors besides nano available.If you mean to correct a command that has a typo in the middle, use the left cursor key to move back along the command line to reach and correct the typo.