let the first file be a.txt ,second be b.txt and the third one (final file) be c.txt
The command would be
cat a.txt b.txt | sort -u >c.txt
cat a.txt b.txt will combine the two files (with duplicates)
| (pipe) will take the output of the previous command and send it as input the next command sort -u
sort -u will sort it in ascending order taking only the unique values
sort -u > c.txt will send the sorted unique values to c.txt file
cat a.txt,b.txt give 1 2 3 4 5 6 5 6 7 89 10
sort -u will give 1 2 3 4 5 6 7 8 9 10
this output is then stored in c.txt
hope this was what you were looking for
No, it is not possible to unzip files without software. When files are "zipped" they undergo compression. Most archive files undergo this compression to save space and combine files. Also, archives my be encrypted an unable to unzip without the proper software or password.
The Del or Erase command in command prompt.
All files in a directly can be copied without copying the sub directories using FTP by first highlighting them. This allows a user to specifically select only the files they want to transfer. If you are doing this via the command line interface using the mget command with a mask (such as *) will transfer all files except subdirectories.
zip
The command 'cipher' calls a program that is integrated with Windows that can encrypt-decrypt files.
The attrib command is capable of displaying files that have been marked as hidden.
document
A command is an instruction from a user to get the computer to do something! A simple example: open a terminal and type the command "man man" (without the quotes) and the result will be the manual page of the man command.Note: The command ls stands for list the files in the current directory.
Yes, in Linux or Unix, this command will show all files including hidden files in the current directoryl. In general, hidden files are files whose name begins with a period "."
Use the command: ls z* for those files in your current working directory.
From the command line: To find the files there are a variety of utilities that you can use including: find, locate, and slocate. To remove the files use the command: rm filename.ext
type "diskpart" (without the quotes), then type convert d: /fs:ntfs