answersLogoWhite

0


Best Answer

See related link.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Fundamental purpose of cat command in unix is?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command displays the contents of file specified in UNIX?

The 'cat' command is typically used for this purpose, although there are numerous varieties of this command that may do similar things.


What Windows command prompt command does the same thing as the cat command in Unix?

The 'type' command does approximately (but not exactly) the same thing as the 'cat' command.


What is the command to get the Unix version?

cat /proc/version The above answer will only work on certain systems. For most Unix systems, use the 'uname' command to get the Unix version. AIX uses the oslevel command.


Define the term cat in unix?

'cat' is short for concatenation; it is a Unix utility program to print the contents of 1 or more files on the standard output. It is similar to the 'type' command in Windows.


Unix command to list a basic program?

If the program is in source code and stored in a file, use the 'cat' command to list out its contents.


What does the C command mean in Unix?

well i think that is a stupid question but i think it means, cat hahaha!


What is the difference between cat and merge command?

The 'merge' command is not standard in Unix, so not every system has it. The 'cat' command is standard in every Unix system. The 'cat' command merely echoes the contents of a file. It can be used to put together several files (concatenate). The 'merge' command (at least on Linux) merges changes from an original file to a modified (patched) file. It is considered a 3-way merge utility. Check the 'man' command for both and you will see the differences in the two commands.


How do you make a new command in Unix?

first, make a file. in the file you type in the command's name. an example would be the command date. name the file what you want to call that command. when you use the command, type in cat filename and the computer will do the command.


Without using cp command you copy file to another file in unix?

The easiest way would be: cat file1 > file2


What does the Type command do?

It is one of builtin Bash commands. It is used to describe the command and how it would be interpreted if used.Examples:Shell: type -p rubyReturn: /usr/bin/rubyShell: type -a rubyReturn: ruby is /usr/bin/rubyShell: type -t rubyReturn: fileShell: type -a echoReturn:echo is a shell builtinecho is /bin/echo


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


How do you create a new file without opening it in UNIX?

cat file name