Questions tagged [join]
24 questions
221
votes
7 answers
How to split larger files into smaller parts?
I have a large file (8GB for Example). How can I split it into multiple parts, let's say 3 equal parts, and after that how do I integrate them later?
karthick87
- 84,513
37
votes
9 answers
How to extract and join files xxx.zip, xxx.z01 and xxx.z02
I have these three files: 1.zip, 1.z01 and 1.z02. I would like to extract and join them into a single file, by right clicking 1.zip and selecting Extract Here. But then there comes an error:
7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov …
Tim
- 26,107
34
votes
6 answers
Joining Two MKV files in Ubuntu?
I have an opera that I'm ripping to my computer in MKV format with Handbrake. This opera is on two discs. Is there a way to join the resulting MKV's together? They will have the same bitrate, resolution, etc. If I do this, can I keep chapters from…
Ryan McClure
- 6,119
13
votes
5 answers
Add column from one .csv to another .csv file
file1.csv
A,,C,D
A,,C,D
A,,C,D
A,,C,D
file2.csv
A,B
A,B
A,B
A,B
desired Output.csv
A,B,C,D
A,B,C,D
A,B,C,D
A,B,C,D
I've tried using "join" and "paste" to no avail. Is there a bash command to do this? Column "A" is the same in both .csv files.
Roboman1723
- 2,975
- 8
- 26
- 32
7
votes
2 answers
"cat: write error: File too large" when trying to join 7GB backup
I have a 7gb .iso file, and I want to move it to a secondary HDD I have connected on my computer, first I tried to move the entire file and it failed saying the file was too large. I noticed always 4GB was copied, so I used split to generate 3GB…
trimoans
- 73
5
votes
1 answer
Ubuntu joining a active directory domain
during the command
sudo domainjoin-cli join *domain* *user*
I get the error
removing the .local and just using the domainame I get this error
Pretty new with Ubuntu and don't know what to do.
just for clarifying, it is a windows active…
user158929
- 51
3
votes
3 answers
MicroK8s failed to join RPI cluster error code 500
Error 500
Hello I'm halfway through my uni dissertation and stumped as I can't for the life of me figure out why the designated leaf nodes can't join the master node's cluster? I'm following the documentation correctly from the ubuntu tutorial on…
115MPH
- 31
3
votes
2 answers
What's the simplest way to join two JPEG videos?
There are lot of options for ffmpeg and other software, I tried "concat" method with ffmpeg and tried mkvmerge, they didn't work well for JPEG video (MJPG).
I would use any tool that will keep quality, but preferably ffmpeg.
Here are specifications…
R S
- 2,649
2
votes
1 answer
SSSD Ubuntu 16.04 Joining WIndows 2012 Domain
I am new to Linux. I am trying to join a Ubuntu 16.04 server to a Windows domain. I came across this article. I used a similar article for 14.04 which worked with very little issues.
When I run sudo apt install krb5-user samba sssd ntp I get error…
d.nijjar
- 21
- 1
- 2
2
votes
2 answers
Merging/joining a lot of csv files with numeric digits in the file name
As we process our csv data, we generate a lot of output files with 30 000 lines in each one of them. They all have the same columns/fields. They are all also in csv format and we put them into the same folder on the Linux server. The files are…
Gert Myburgh
- 23
2
votes
1 answer
Use bash and ffmpeg in 18.04 to concatenate multiple 3GP files to one 3GP file, matching by date YYYYMMDD in filename
I have these example files in an Ubuntu 18.04 system:
VID_20190407_160033.3gp
VID_20190407_161444.3gp
VID_20190407_161609.3gp
VID_20190415_183315.3gp
VID_20190415_183411.3gp
VID_20190415_192712.3gp
VID_20190420_124435.3gp …
genderbee
- 860
1
vote
3 answers
Join Free Space on 2 Different drives (EEEPC with 2 SSDs)
I have an EEE PC 901 that has 2 SSD drives 4 GB and 8GB.
I Installed "Ubuntu 10.04 LTS - the Lucid Lynx", and I'm very happy with it.
My only problem is that If I go to my home/ or "File System" I only have 168MB, but if I go to "16 GB File System"…
Krazy_Kaos
- 117
1
vote
0 answers
How to join Ubuntu 15.04 / 15.10 to Windows domain
Could you help me with Ubuntu 15.04 or 15.10 Desktop in join a windows server 2008/2012 domain.
I have tried google this problem but none of them work.
I was not able to get likewise an powerbroker to work.
I am very new at Linux Ubuntu I need all…
1
vote
3 answers
Why does "hostname -d" gives different output than domainname?
I have joined an Ubuntu 14.04 machine to domain using samba 4 but auth is not working. Look what I get:
# net ads keytab create -U 'admin'
Enter admin's password:
ads_get_dnshostname: No dNSHostName…
1
vote
2 answers
ffmpeg batch convert files
I have a folder that contains audio files, files are in sequence named from 1 to 150 but none of the files have file extension.
What I want is to convert them to aac or.mp3 and If I can join them as a one audio file that I will be fantastic.
Can…
Levan
- 11,118