answersLogoWhite

0


Best Answer

cat inputfile | tee file1 | tee file2 | tee file3 | tee file4 > file5

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can the tee command make five copies of a file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


What command do you use to make a file?

create


Command used to make a copy of the original company file?

copy file filecopy


To make a copy of a file use the command?

You can use cp command to make a copy of a file. cp <file 1> <file 2> If you want to make a copy of the entire directory then use the recursive option cp -r <dir 1> <dir 2>


How do you insert a command into a CSS file?

You cannot insert a command into CSS, you can make styles that happen in HTML.


If a file header is lost or corrupted and an application needs that header to read the file how can you recover the contents of the file?

Not possible. Always make backup copies.


What ms dos command will make the file system.doc read only?

make systemdoc ro


How do you make multiple copies of data that has been copied to the clipboard?

Press the command to copy it into documents that can accept the type of information, such as control V or command v.


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.


Do I file both 1099-R forms from the same place?

If you received two different 1099-R forms from the same place you will have to file both of them. You do need to make sure that these are not just two copies of the same form. If they are two copies then you don't have to file both of them.


How do you make a batch file wait?

Use the 'pause' command. The pause command will make a "press any key to continue..." message. If you don't want this to show up, use "pause >nul". This will make the batch file wait without the pause message.


What command is used to assign executable permission to all for the filetxt in Linux?

the command to make anything executable is chmod +x <file>