answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can you tell what filesystems your kernel supports?

type this at you Linux command prompt cat /proc/filesystems


What is the difference between echo cat and cat echo commands in Linux?

echo cat will print out the word 'cat' on the command line. cat echo will attempt to list the contents of a file called 'echo'.


Which of the following command is used to display the first 10 line of a file in Linux?

$ cat filename | head


What Linux command line is used for looking at the end of a file?

You can use the cat command combined with tailex:- cat filename | tailOr you can just use tail commandex:- tail filename


What does the k command do in Linux?

k is not a standard command in Linux.


What Linux command is used for displaying all the records with space or special characters between fields in the file?

cat


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


What is the command used to display the content of file in Linux?

There are several ways to read a text file. You can use one of several text editors, including vi, vim, emacs, joe, and nano. You can also parse it through the cat command like this: cat nameoffile.txt | less


What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


What is helo for Linux?

Nothing. Helo is not a recognized command in linux.


What is the maximum number of characters Linux allows in a keyboard command?

Linux does not have a limit as to the number of characters you can enter in a command.