Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi guys, I've discovered that the cat command can join files in Linux. However, I had a small problem. When I try to concatenate parts of a movies named as the following
Code:
ABC.avi.__a, ABC.avi.__b, etc...
The uploader of these files set a password for these files, so when I join it in Windows by a joining-file software, I know that I have to enter the password to be able to join them. In Linux, however, I use the cat command
Code:
cat ABC.avi.__* > ABC.avi
and the final file cannot be played. I think that because I haven't entered the password for joining. So, my question is that is there any methods to join password-protected files in Linux.
Last edited by linux_hunger; 07-18-2012 at 09:32 AM.
Maybe I do not explain clearly my question. I mean that, when the uploader split the files into ABC.avi.__a..., he/she used a program called FFSJ which allows him/her to set a password when splitting the movie into many parts. When joining these parts, I have to know the password in order to join them. In Windows, I use this FFSJ software to join these parts, but in Linux, I don't know any methods to do the same thing.
in general you need the same software to protect and handle later a file. So most likely you would need ffsj to join parts and decode it. probably you can use wine to run this program under linux.
Maybe I do not explain clearly my question. I mean that, when the uploader split the files into ABC.avi.__a..., he/she used a program called FFSJ which allows him/her to set a password when splitting the movie into many parts. When joining these parts, I have to know the password in order to join them. In Windows, I use this FFSJ software to join these parts, but in Linux, I don't know any methods to do the same thing.
no, you explained it fine. Those files created with some hokey windows app in some unknown and non standard way. There is no mention to the source code nor the license it's released under on the website...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.