answersLogoWhite

0

How do you create a tee in unix?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

The 'tee' command creates one for you automatically. You would use it to simultaneously look at output from a process and redirect it to a disk file (for example).

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a tee in unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is Linux develop?

To create a Free OS like the UNIX Operating System, They wanted to create a system that was like UNIX without all of the intellectual property issues that UNIX had. (UNIX was proprietary software).


How do you create dummy file in unix?

using touch command of UNIX. syntax touch <filename> will create dummy regular file.


What is Tee Command in unix?

The Unix/Linux tee command permits the forking of a data pipe in a shell script or at the command line. The teecommand does this by both writing it's standard input to a file and to it's standard output simultaneously. Most implementations of tee provide for both file overwrite/creation and file appends by command line switch options.


What is the system file in Unix?

There is no the system file. There are many files necessary to create a working Unix system.


How do you create a user in Unix?

Use useradd command


Web develpers use Unix to create webpages?

yes they do


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

cat file name


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).


What happens if user create a directory same name as root in unix?

It can't be exactly the same name as root; directories in Unix have to be unique, and therefore you can't duplicate the name.


When did Ken Thompson create the Unix operating system?

He worked on it throughout the 1970s with Dennis Ritchie.


How do you create archive file in UNIX or Linux Operating System?

For TAR archives, you use tar -cvf .


Why was Linux written?

To create a free Unix-like kernel that other people could study and use.