Skip to main content

Questions tagged [merge]

Merging is the operation of taking two or more source contents to produce a single one. Things that are commonly merged are files (source code, configuration, etc.), branches in a version control system, redundant entries in databases, etc.

0 votes
1 answer
87 views

I have 2 files: nand and spare. I need to combine them like this: first 512b from nand + first 16b from spare + second 512b from nand + second 16b from spare + and so on I'm on Kali.
Alex Alexandru's user avatar
2 votes
2 answers
305 views

If you all look at the enclosed image above, you can see that I've merged four hard drives into one volume group called MQ. I did this in order to try to have my system hard drive (KINGSTON SUV400S) ...
TheÆtherIsReal's user avatar
2 votes
1 answer
1k views

This is clearly one of those "I've missed the basic principle" type issues. Luckily since everything is now "on the web" I can be very specific and not need to say "for ...
GraemeV's user avatar
  • 450
5 votes
1 answer
321 views

I am looking to merge two different JSON files into one file - file 1 [ { "namespace": "lerjr-rb26-sandbox-keycloak", "name": "keycloak", "...
Victor Gonyo's user avatar
1 vote
1 answer
219 views

I have to send an email from my development server, the mail body is having some 20 lines. But Few lines are getting merged. I have tried no of scenarios (used mailx,mail & sendmail also) to avoid ...
user609203's user avatar
1 vote
0 answers
60 views

In the example below, exdir is a directory containing many subdirectories. The contents of each subdirectory, which are directories themselves, should be merged with /su/destdir, which already contain ...
Dr. Barry's user avatar
0 votes
1 answer
112 views

I have folders arranged as such: Directory -Subdirectory A 1 --Subdirectory B 1 --Subdirectory B 2 -Subdirectory A 2 --Subdirectory B 3 --Subdirectory B 4 How do I merge all the Subdirectory As into ...
eldomtom2's user avatar
3 votes
2 answers
4k views

I have folder with files named like 0001.mp4, 0002.mp4, ... I want to merge all these files to a combined.mp4, and I want it to have an internal chapter marks. It is convenient when playing for ...
Ashark's user avatar
  • 1,209
0 votes
2 answers
646 views

I have multiple folders with a lot of files, Each folder has txt files of the same name, I want to merge files with the same name into one txt file. Example: folder/ -sub1 -sub2 -sub3 ...
Roq's user avatar
  • 15
4 votes
1 answer
1k views

I have 2 JSON files with arrays (extracted from restAPI using curl in bash). Both files are arrays with a .result object at the top which needs to remain. The first has a .name field and many (over ...
BrandonH's user avatar
0 votes
2 answers
332 views

I have two text files 1.txt and 2.txt that contain two tab separated columns. The first column of both files consists of tokenized text. In both files, the first column is the same. The word order ...
winety's user avatar
  • 3
0 votes
3 answers
242 views

I have multiple files, more than 100 like below and I need to merge same name files in to 1 file by concatenating them together. AB_HCE_USERS_20221228_001.txt AB_HCE_USERS_20221228_002.txt ...
s v's user avatar
  • 27
0 votes
3 answers
123 views

This is my reproducible example file01.txt line to skip line to skip line to skip line to keep file 01 heading 1 in the form: 2017243 01 2017243 01 data 1 file 01 heading 2 in the form: 2017243 02 ...
maxbre's user avatar
  • 105
0 votes
1 answer
405 views

I need to diff (and merge) two directories (practically same content, with a few extra inserted lines in one set of files). Alas, all diff programs I tried (kompare, diffmerge, kdiff3, diffuse, xxdiff,...
vishvAs vAsuki's user avatar
4 votes
3 answers
985 views

I would like to merge two non-git-based text files using semantics that are similar to to how git depicts "merge conflicts". For example, suppose I have two text files with similar but not ...
HippoMan's user avatar
  • 847

15 30 50 per page
1
2 3 4 5
13