Software :: Unpacking And Concatenating Multiple Zip Files?

Feb 2, 2010

unpacking and putting together files as below:

reception_vol_1.z01
reception_vol_1.z02
reception_vol_1.z03

[code]....

View 6 Replies


ADVERTISEMENT

General :: Concatenating 2 Files Without Creating Newline Between Them?

Dec 23, 2010

Concatenating two files without creating a newline between them? So how is it possible to do that? I've tried the following:
Code:
echo 123 > file1
echo 456 > file2
cat file2 file2 > file3

[Code]....

View 8 Replies View Related

Ubuntu Multimedia :: Wrong Time Duration After Concatenating Mp3 Files?

Nov 5, 2010

I have the following problem;When I concatenate several mp3 files the time duration is falsely detected by Rhythmbox when I open the newly created mp3 file. VLC Player however detects the correct time duration. I tried two ways of mergen the mp3's and both have the same falsely result. - mp3wrap- catI currently fixed it by opening the mp3 in VLC player and converted it again to a mp3 file which resolved the issue at hand. However this is not a solution I would like to have, nor a answer to what is the cause of the problem.So my question is simple -- what is the issue with the mp3 file and why is Rhythmbox indicating a falsely time duration?

View 3 Replies View Related

Ubuntu Multimedia :: Unpacking RAR Files - No Associated Program?

Oct 23, 2010

I have just installed mythbuntu and my drivers for the tv card are in a compressed .rar folder. I have installed rar and unrar from the synaptic repository. Still when I click on it, it has no program associated with rar files. When I search the drop down menu for applications I can't find it there either. What can I do?

View 1 Replies View Related

Programming :: Concatenating An Integer To A String?

Oct 18, 2010

I have a function that take char* I call this function in an array, and I need to pass the following:-i+" binomial" to be like "2 binomial" or whatever value of i value (i is an integer) it is pretty easy to be done in java, but how to concatenate an integer with a string and get char* or string to pass to a new function.If you missed me i just need to get the following :string =integer + string

View 5 Replies View Related

Programming :: Bash Concatenating String To Variable ?

Jan 18, 2011

I have a program that loops over each word in a sentence. I need to append a constant to the beginning and end of each word. It works up until the last word on the line.

Code:

Output:

View 4 Replies View Related

General :: Rename Multiple Files In Multiple Directories/subdirectories Recursively?

Aug 23, 2010

I am to rename all the files within a directory (which contains multiple subdirectories) recursively without invalid characters.

I tried the coding posted above.

find . -type f -printf '%p
' | while read file; do
oldfile=$(basename "$file")
newfile=$(echo "$oldfile" | sed 's/[^A-Za-z0-9_.]/_/g')
if [ ! "$newfile" == "$oldfile" ]; then
echo mv "$file" "${file%$oldfile}$newfile"
code....

but I get an error on both of them stating "find: bad option -printf find: [-H | -L] path-list predicate-list"

View 9 Replies View Related

Ubuntu :: Extract Multiple 7z Files In Multiple Folders?

Jun 14, 2011

have a large amount of 7z files in multiple folders which I need to extract.The directory structure is like this:

/main-folder/
multiple subfolders/
1 or more 7z files per subfolder

I would like to get the output of this action in one separate folder, all together in 1 folder.How can I do this?

View 7 Replies View Related

Ubuntu :: Replace Multiple Lines In Multiple Files?

Aug 20, 2011

I often use the rpl command to make changes to multiple html files at once. For example:

rpl -R '<br />' '<br /><br />' mydirectory However, I haven't been able to figure out how to change multiple lines. For example, let's say I want to change all occurrences of :

<br />
<br />
to:
<br />
I've tried
rpl -R '<br />
<br />' '<br />' mydirectory

but that didn't work. how to do this with rpl or some other way?

View 9 Replies View Related

Fedora :: What Is The Command For Unpacking A Tar.bz2 File

Mar 23, 2011

I would love to start using the new Firefox. How would I go about adding the repository and installing? What would I add? Or better yet, what is the command for unpacking a tar.bz2 file?

View 14 Replies View Related

General :: Creating A Script To Move Or Copy Files Into Multiple Directories Below The Files?

Aug 25, 2009

How can you create a script to move or copy files from a main directory into multiple directories below the main directory.

View 7 Replies View Related

Ubuntu Installation :: Unpacking Replacement Gdm In Maverick?

Apr 4, 2011

Whatever I use, synaptic, update manager, apt-get it insists on upgrading GDM The upgrade just 'hangs' on the upgrade with'unpacking replacement gdm' message All 3 still try and upgrade gdm (why does it do this even when I do not want to upgrade/update) ?I've had this problem for nearly 3 days now and i am stuck can't do any package install my system is basically 'stuck' in no update/install mode until i solve this The gdm is: /var/cache/apt/archives/gdm_2.30.5-0ubuntu4.1_i386.deb even if i get a new copy from ANY repo it still has this problem, any solution, anyone come accross this yet?

View 3 Replies View Related

Server :: Yum Error: Unpacking Of Archive Failed

Jan 8, 2011

i tried to install "httpd" on my fedora 12. yum gives me:

Quote: error unpacking rpm package httpd-2.2.13-1.fc12.i686 error: unpacking of archive failed on file /etc/rc.d/init.d/httpd: cpio: rename

someone got an idea what i can do?

View 5 Replies View Related

Debian :: Package Manager Stuck On Unpacking File

Jun 11, 2010

I ran an update like I do every night and was informed that I have eight packages to be upgraded. I allowed the package manager to run these updates. However, it became stuck. The first thing to be upgraded is file-roller. I get the message "Unpacking replacement file-roller ..." and then nothing. I left it like this for about 30 minutes and then decided to stop it with ctrl-c. That didn't work. I rebooted and ended up having to fix the package manager as it was locked because it thought it was running. I tried to update again and after about ten minutes, it's still hung on the same spot.

View 2 Replies View Related

Ubuntu :: Get Unpacked Size For A Packed File Without Unpacking?

Nov 25, 2010

Windows I have the abbility to right click on a zipped file and see what the unpacked size would be, even without unzipping the file first. Maybe it's plugin from one of the Unzip, Untar programs I got or maybe a windows tool, I don't know. Is there something similar in Ubuntu?So here's what I want to do:I have 1000 tar files and I want to know1) the file size of the packed files (which is easy as it's just the file size now)2) the file size of the unzipped files (and I really don't want to untar all files)Is there a nice command that can give the information I need to complete task 2)?

View 4 Replies View Related

Ubuntu Installation :: Gets Stuck Every Time While Unpacking Dropbox At 97%?

Jun 19, 2011

I just upgraded to 11.04 and am trying to install Dropbox. I installed nautilus-dropbox and then the installation started, but it gets stuck every time while unpacking dropbox at 97%.

View 3 Replies View Related

CentOS 5 :: Mkinitrd Not Updated - Error Unpacking RPM Package

Jun 4, 2010

Recently I updated to centos 5.5 , every thing is fine , but the mkinitrd can't updated

When try:
yum clean all
yum update

The output :
Loading mirror speeds from cached hostfile
* addons: mirror.cogentco.com
* base: pubmirrors.reflected.net
* extras: mirror.highspeedweb.net
* updates: mirror.cogentco.com
Excluding Packages in global exclude list
Finished
Setting up Update Process .....

Error unpacking rpm package mkinitrd-5.1.19.6-61.el5_5.1.i386
error: unpacking of archive failed on file /lib/bdevid/ata.so: cpio: rename
Failed:
mkinitrd.i386 0:5.1.19.6-61.el5_5.1
Complete!

View 19 Replies View Related

Fedora Hardware :: Installation Of Dropbox Stop Everytime At 'unpacking 97%'

Nov 10, 2010

I've installed all the programs I need but Dropbox which is very important for me as all my computers are connect with this service.The installation of Dropbox stop everytime at "unpacking 97 %" .

View 12 Replies View Related

Ubuntu Multimedia :: Bulk Unpacking From Lossless (wavpack;flac;ape)?

Feb 19, 2011

Cobbling info from different sources finding this script useful and maybe hopefully useful to some of you too

1. cd to folder containing folders containing wv,flac,ape

bulk unpacking from lossless (wavpack;flac;ape)
==============================================

Code:

for i in */
do
cd "$i"
wvunpack *wv (replace this line with flac -d *.flac for flac)

[code]....

View 2 Replies View Related

Fedora :: Error Unpacking Rpm Package Xfce4-settings-4.6.1-4.fc11.i586

Oct 11, 2009

I just did 'yum update' on my system and got a number of errors such as this one:

Code:

Updating : xfce4-settings-4.6.1-4.fc11.i586 87/184
Error unpacking rpm package xfce4-settings-4.6.1-4.fc11.i586
error: unpacking of archive failed on file /usr/share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo;4ad11889: cpio: open

Sometimes instead of "cpio: open" it was "cpio: rename". There were a total of 18 such errors. These were listed as failures in the summary at the end. I then did another "yum update" and it redid 17 of the 18 successfully. It did not redo f-spot. Here's a snippet of the summary at the end of the first update:

Code:

Updated:
apr.i586 0:1.3.9-1.fc11
b43-fwcutter.i586 0:012-2.fc11
bluez.i586 0:4.42-6.fc11

[code]...

View 3 Replies View Related

General :: Multiple Files In Vi

Oct 6, 2010

I have opened a file using vi i.e. abc.txt now I have given : new xyz.txt

two files now opened in the vi My problem is i can scroll through abc.txt only. how to scroll the xyz.txt also

View 7 Replies View Related

Ubuntu :: How To Move Multiple Files

Feb 20, 2010

how do i move multiple files at once using the command line?

View 4 Replies View Related

Ubuntu :: Converting Multiple Files (TIF To EPS) At Once

Mar 4, 2010

I am converting .tif images to .eps and am trying to do a bunch of them at once. I have tried
Code:
convert *.tif *.eps
but this doesn't do it.

View 2 Replies View Related

Ubuntu :: Print Multiple .doc Files?

Jun 12, 2010

I often have a need for printing multiple files. Therefore I found a Nautilus script that would allow me to do this. However often many of the files a Microsoft Office doc-files. Since I do not really want to convert every single file (as that would defeat the purpose of bundle printing) I tried to figure out how to print these, as the commands "lpr" og "cupsdoprint" cannot process these. I have found a printing command using the CLI part of OpenOffice, but I cannot get it to do multiple selected files.

The command is:

Code:
soffice -p "/path/of/file.doc"

How can I use this in a Nautilus Script so I can print multiple files?

View 1 Replies View Related

Ubuntu Servers :: Multiple Php.ini Files

Jul 19, 2010

I would like to have multiple php.ini files for multiple sites.

I've a production site (word wide available) and a test site (available to some selected IP-addresses). I would like to set some different PHP settings for the test site, for example, 'error_reporting' and 'display_errors'.

Is this possible? I'm not looking for some CGI hack, unless it wouldn't work any other way.

View 2 Replies View Related

Ubuntu :: Permissions Of Multiple Files At Once?

Aug 6, 2010

I made some files belong to root, so that my sister couldn't read them while she was staying with me, there were about 40 files altogether but I did them all at once by change the permissions of the folder and clicking "apply Permissions to enclosed files" but now I want to change them back to belonging to my user account so Opened a gksudo nautilus windows and I went on folder properties and set the permissions to [user] and clicked apply to enclosed files, but it only did the folder. I tried selecting all the files and changing them all at once that way but it won't let me, how can I make the files belong to me again, other then one by one? I dont know how to use the CLI that much.

View 4 Replies View Related

Ubuntu :: How To Extract Multiple Rar Files At Once

Sep 11, 2010

find a software similiar to [URL]whit gui for ubuntu ? or some kind of nautilus script ?

View 9 Replies View Related

Programming :: Getting A Script To Be Run On Multiple Files?

Apr 17, 2009

I use a mencoder line to convert .avi to .mpg (dvd player compatible), it works well but i can only do one file at the time. It requires giving the input and output directories and the files name. I tried using (*.avi *.mpg in the command) on the directory but it just add up all the .avi and convert them into one huge .mpg. My goal is to have a script that would convert all the .avi files from a directory to the same amount of .mpg and also keep the naming of those files. Here is what i work with on single files:

Code:

mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:480,harddup
-srate 48000 -af lavcresample=48000
-lavcopts

[code]....

View 3 Replies View Related

General :: Comparing Multiple Of Files ?

Mar 20, 2010

I am fairly new to Linux and was needing some help on a comparing more than 2 files. I am try to come up with something that would compare at least 10+ different files to a master file and give me an output of what is missing.

Example would be: a.txt, b.txt, c.txt, d.txt compare each of them to the master.txt file, than output the missing text for each file into new file.

I came across comm and diff commands, am I looking in the right place or is there a much easier way of doing this?

View 2 Replies View Related

General :: Multiple Files That Needs To Be Altered?

May 24, 2010

I have mulitple files that i need to be altered...is there a way to do so with out having to enter each and every file and do so?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved