answersLogoWhite

0

cat file1 file2 file3 > file4

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you combine multiple jar file into one jar file so that multiple jar files can be run from one jar file?

78


What Linux command lists hidden files and file attributes?

ls -al list hidden file also.Hidden files starting with "."


What Linux command sets a files permission?

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


How do you move files to a directory in Linux?

mv file /path/to/directory


How to make youtube files into a torrent file?

combine


What can you do to a file or files to reduce the size of the files or combine files to make them easier to send?

zip


What is the startup file in Linux?

There is no "the startup file" in Linux; depending on the type of system, there may not be any files at all. The Linux boot process has a number of steps, many of which are optional or have alternative implementations.


What is tar.rpm.bin and source file in Linux and where from we download?

These are different file types used under Linux 1. .tar and archieve files and need to be untared before use 2. .bin could be binary files in(elf format) 3. source file could be normal ASCII files.


Most files on a Linux system that contain configuration information are?

text file


What handles file sharing on Linux?

If you want to share files with other linux computer use NFS. If you want to share files with windows computer use SAMBA.


How do you change the executable bit in Linux for a .exe file?

chmod +x is the command to set the executable flag in Linux but, Linux does not use exe files.


Which command is used to create an empty file with file size zero bytes so that you can write in these files later in unix and Linux?

touch newfile will make a new empty file in linux os !