answersLogoWhite

0

echo "This is my text."

User Avatar

Wiki User

16y ago

What else can I help you with?

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 do you use to replace text you find with other text?

To replace text in a file or string, you can use the sed command in Unix/Linux. For example, the command sed 's/old-text/new-text/g' filename replaces all occurrences of "old-text" with "new-text" in the specified file. The g at the end indicates that the replacement should be done globally throughout the file.


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.


Which command clears all the contents of the screen in Qbasic?

In QBasic, the command to clear all the contents of the screen is CLS. When executed, this command removes all text and graphics from the current screen, providing a clean slate for further output.


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.