answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What command is used to create a folder in the command prompt?

In Windows and Unix-based and Unix-like systems, the command is mkdir (however in Windows a shortcut md can be used as well).


Where can you get a Unix shell for Windows?

A Unix shell can be obtained in Cygwin, a Unix compatibility layer used to compile Unix programs and run them on Windows. Microsoft also makes a shell known as "Windows PowerShell" which incorporates more Unix-like features than the standard command prompt.


What is the administrator's prompt in the command line on unix?

The usual indication of running as the administrator in Unix is show a prompt that contains the '#' character as either the prompt or part of the prompt.


What command should be given to compile a C program from the command prompt?

You need a compiler. Gcc or g++ can be run from a unix shell, or a windows implementation of one like cygwin.


What is prompt in unix?

The prompt is an indication that the system is waiting for work to do, i.e. waiting for you type in a command.


Which command is the UNIX equivalent of the windows command nslookup?

dig


Which command is the UNIX is equivalent of the windows command nslookup?

nslookup


How do you find the shell?

To find the shell on a computer, you can open a terminal or command prompt application. In Windows, you can use Command Prompt or PowerShell, while in Unix-based systems (such as Linux or macOS), you can use the Terminal application. These applications provide a command-line interface to interact with the operating system.


Which command is the UNIX equivalent of windows command nslookup?

Believe it or not, nslookup.


Similarities between UNIX and Windows?

UNIX is a command-based OS. In contrast, Windows is a menu-based OS.


Command prompt on a Mac Machine?

Command Prompt is the command-line interpreter used within the Windows operating system. As Mac OS X is based on the Unix operating system it uses the a Unix Shell command-line interpreter. You can access the Shell by running the Terminal application which can be found in the Utilities folder which is within the Applications folder.


How do you change commpand prompt form to in unix?

Use the shell variable PS1 to set the command prompt to whatever you need.