Fedora :: Extract Specific Files From A .tar Archive?

Jul 20, 2011

I have a .tar archive of music that I would like to extract specific files / folders from. I've been looking at man tar but I don't seem to be able to find any information related to my quest, although someone will likely point out that it's right there in front of my nose

Anyhow, the file is called music_archive.tar and I would like to extract the folder /music/P/Pink Floyd/The Wall/. Anyone know how to do this

View 2 Replies


ADVERTISEMENT

Fedora :: Extract Data From Zip Archive With Password?

Dec 11, 2009

Man I can't extract data from a zip archive with password witch contains ")" and "(" characters...See my treminal:Quote:

[swampyx@AMD-RO-HD ~]$ unzip zplW.zip
Archive: zplW.zip
[zplW.zip] zplW/ password:

[code]...

View 2 Replies View Related

General :: Folder - How To Extract A RAR Archive

Mar 25, 2011

How can we extract a .rar archive in Linux?

View 2 Replies View Related

Ubuntu :: Extract Certain File From 7z / 7zip Archive?

May 3, 2010

I have a 7zip archive and I would like to extract certain files from with it. Is there a way to do this without un-compressing the entire archive? I know these files exist in there because I am using the "7za l" command to view the files contained in the archive.

View 3 Replies View Related

Ubuntu :: Extract Archive From File To Directory ?

Jul 2, 2011

How to archive content of directory to file and also how to extract archive from file to directory just as below.

If first argument is a directory and second argument is a file, user is prompted to choose whether to archive content of directory to file or extract archive from file to directory.

View 1 Replies View Related

Ubuntu :: Middle / Right Click Drag To Extract Archive?

Oct 30, 2010

I have been looking for a solution to middle or right click dragging an archive to extract it to another folder without any success. It appears this question seems to be asked many times without a single response from anyone.

Quote:

[URL]

The fact that right click on archive is also missing a simple 'Extract to...' compounds the problem. [URL]

View 1 Replies View Related

General :: Tar Fails To Extract Archive Containing Special Characters?

Jun 5, 2011

The command tar -xvf wpa_tables.tar gives this error

tar: ./xai-0/334Regency: Cannot open: Invalid or incomplete multibyte or wide character
tar: Exiting with failure status due to previous errors

Obviously the backslash is giving tar some problem, but I've been all over the docs and can't figure out how to either make it skip this file or interpret the character literally. Here's my command history to show some of the options I've tried which don't work.

tar --no-wildcards -xkvf wpa_tables.tar
tar --exclude ./xai-0/\334Regency -xkvf wpa_tables.tar
tar --exclude "./xai-0/\334Regency" -xkvf wpa_tables.tar
tar --ignore-command-error -xkvf wpa_tables.tar
tar --ignore-failed-read -xkvf wpa_tables.tar
tar --transform 's/\/slash/g' -xvf wpa_tables.tar ./xai-0/\334Regency

I'm totally out of ideas at this point and would welcome some input from more experienced members.

View 1 Replies View Related

General :: Right Click Extract Archive Stopped Working?

Mar 15, 2011

I am using OpenSuse 11.2

Today i downloaded a zip file and tried to extract it using the right click "Extract archive Here" and nothing happened.

View 3 Replies View Related

Fedora Installation :: Unable To Extact .rar Files - Error - There Is No Command Installed For RAR Archive Files

Jul 20, 2010

i am downloaded some e-books in the format .rar. when i am extracting them i am getting error as There is no command installed for RAR archive files. Do you want to search for a command to open this file?

View 3 Replies View Related

Red Hat / Fedora :: Extract Files From A .dd File?

Jul 28, 2010

I have a file : cpq_cciss-2.6.20-34.rhel4.i686.dd which is designed to build a floppy disk; these floppy is used to hold disk driver which is not on RedHat CD-Rom. But this .dd is not complete: some files, like /drivers/pci.ids are missing.My idea is to extract all files from .dd file, put missing files and then re-create a new dd file. But, how can extract all files from initial .dd file, and then recreate a new one?

View 8 Replies View Related

Red Hat / Fedora :: How To Extract .part Files

Jul 8, 2011

I'm trying to extract .part files. These are mac extensions similar to .rar or .zip. I need to extract a whole bunch of them simultaneously. Theyre probably registered in sequence just like .rar files. What program can I yum install or where should I look to extract these to what will probably be an ISO.

View 1 Replies View Related

Programming :: Extract Specific Lines From A Flat File?

Mar 10, 2011

I'm trying to extract specific lines from a flat file. I need lines that fall within a range of coordinates. The -F can be either ! or = If the line is in this set range I need all of the data on that line. ranges lat 36 to 39 and longitude -74 to -84

awk -F '=' '{lat=substr($2,1,2); lon=substr($2,10,3); (lat >36 && lat <39) && (lon >-74 && lon <-84); print lat"--"lon}' < net.log

example line from the flat file
K4MQF-3>APN383,VA2-2,qAR,N3HF-5:!3818.65NS07800.17W#PHG77306/W3,VA3/Clarke Mnt

View 9 Replies View Related

General :: Extract Path Name Starting With Specific Folder?

Nov 23, 2010

Im writing a script that extracts part of the path name:I drop a file in terminal and set the directory name of the file to x using dirname $0note: ( directory is different every time since not all files are from the same location)

ex.
x="/home/Downloads/yesterday/photo/.../image.png" /image.png
/.../ means I dont know the name of folders between but I know the path name always starts

[code]...

View 3 Replies View Related

OpenSUSE :: 11.2 & OpenOffice 3.2 \ Find It Necessary To Extract Specific Data From Received?

Oct 14, 2010

Elsewhere is my question about 11.3. I have had to abandon that and 11.3 as my RAM is too small. Now, for the first time in many years, I find it necessary to extract specific data from received .pdf files. According to OpenOffice, editing of these files is only possible from version 3.2. My concern is whether this later vesion will be compatible with 11.2.OpenOffice installed is 3.1.1.4-1.1.4-i586. The same question has been directed to their Forum.

View 9 Replies View Related

Programming :: Search A Bunch Of Files In A Specific Folder For A Specific Number?

Jul 24, 2010

I need to search a bunch of files in a specific folder for a specific number and add all the numbers together to a total sum. I use Rsync everyday, everytime I run rsync i get a logfile (rsync output) witch contains the textstring "Total bytes sent: xxxxxx".

The "xxxxx" can vary in lenght. I need to extract the "xxxxxx" from each file and add the numbers together to a total size over a week or a month. Is this possible? And I wish to only use bash. One way of doing stuff at a time my friends .

View 5 Replies View Related

Fedora :: "less" Command Lists Contents Of (compressed) Archive Files?

Jun 13, 2010

I came across this feature of the "less" command today. It appears not to be well-documented so I'll share it here. I found that "less" can automatically uncompress compressed files - no need to run the first command, the second does the same job:

Code:

gunzip -c textfile.gz | less
less textfile.gz

Even better, "less" can read and list the contents of some archive files as well, including Tar files compressed using Gzip and Bzip2 as well as Zip files. So now when I want to list the contents of an archive,for example to determine whether the contents will be extracted to an absolute path or relative to the working directory, the following work

Code:

less archive.tar.gz
less archive.tgz
less archive.tar.bz2
less archive.zip

Much easier than remembering the various options that the Tar, Gzip, Bzip2 and Zip use. The best one for me is with RPM archives:

Code:

less some.rpm

The above outputs the Information, Change Log and verbose File List of the RPM (paging the output, of course!) The following commands (using short and long options) give the equivalent output using the "rpm" command:

Code:

rpm -qilvp --changelog some.rpm | less
rpm --query --info --list --verbose --package --changelog some.rpm | less

"less" does not recognise the initramfs file produced by "dracut" (which is a compressed "cpio" archive), but I suppose you can't have everything ...

View 2 Replies View Related

OpenSUSE Hardware :: The Exact Error Message Is: "Failed To Extract ZIP Archive" Or "Failed To Load File"?

Apr 13, 2011

I think I'm ready to install Linux openSUSE physical on my Laptop. NO VMware Workstation anymore...But before I can do that I must be sure that Linux works on my System.--- SYSTEM ---

System: TOSHIBA Satellite A300D-13A (PSAK4E-01F00VGR)
CPU: 2x AMD Turion� 64 X2 Mobile Technology TL-64
--- NETWORK ---

[code]....

OK, should be enough for the first, ask if I forgot some Hardware...Because I can't find any driver, and I'm not sure. I'm a LINUX NOOOOOOOOOB!!I really want to install Linux openSUSE, I'm MICROSOFT/WINDOWS HATER since 1 month now!! PS: Wine can't start my favorite Programs like Project64 a N64 Emulator. It fails to start a game! I think the graphic plugin crashes... | The exact error message is: "Failed to extract ZIP Archive" or "Failed to load file".

View 7 Replies View Related

Ubuntu :: How To Set Up The Files Instead The Archive

Jan 31, 2011

[url] I really love that conky config. But I can't figure out how to set up the files instead the archive.

View 1 Replies View Related

Ubuntu :: Zip File Gvfsd-archive / Archive Mounter Read Write Mode

Dec 6, 2010

I'd like to ask about archive mounter feature, can I mount zip file with read write mode? can gvfsd-archive do that?, or I must use fuse-zip to mount it? If I must use fuse-zip, how I wrap it so I can use it via nautilus or via gvfs-fuse-daemon

View 4 Replies View Related

OpenSUSE :: Exclude Files From A ZIP Archive?

Mar 21, 2010

opensuse v11.2, linux 2.6.31.12-0.1-desktop x86_64
ZIP v2.32

I wish to exclude some files from a zip archive. On other OSes to exclude an entire directory I would use the "-x" option like so:

Code:
zip -r archive-name * -x dir1/* Simple. And just add "-x"'s as needed (or use an exclusion file).

Not how it works here, it would seem. AFAICT all "-x" options are ignored. (The entries in an exclusion file also.) For instance, "-x diy/mplayer/*" should ignore everything in the <diy/mplayer> directory. It does not. I have tried fully qualified paths as well; no joy.

What is different about ZIP on linux?

View 7 Replies View Related

Ubuntu :: How To Archive My Music Files

Feb 28, 2010

I have a ton of music that I would like to upload to an on-line storage site. Ideally, I would like to keep the file organization structure intact, but am limited to 50mb file size.

Is there a way to compress this whole directory without going through and compressing every folder individually, while maintaining less than a 50mb file size?

View 2 Replies View Related

Ubuntu :: Zip And Jar Files Both Detected As Zip Archive?

Jun 22, 2011

As you may know JAR file are zip archive, therefor I can't set my Ubuntu to open (by defualt) JAR file with Java and ZIP files with Archive Manger.

View 6 Replies View Related

Ubuntu :: Recursively Deleting Files From Within Archive

Feb 2, 2010

I've got a directory of geographic data with ~2,000 archives. Each archive (e.g. foo.zip) has two files, the second of which I'd like to remove:

Now, I can remove the _num.tif file with the command:

How do I do this with ALL the files in the directory? If I try the -r (recursive) option, that fails with -d.

View 4 Replies View Related

General :: How To Extract PDF Files

Feb 20, 2010

How to I extract PDF Files?

View 2 Replies View Related

Debian Installation :: Replace Only The Change Files From The Archive?

Aug 21, 2010

If I understand everything right I can use simple cd to create an install of my system then config everything and create an archive of /etc,/var,/usr and that give me a backup of my changed files. but what I am not able to do is create a script to replace the files with the archived version of the config files automatically. I need it to be ran as a post intall script or to configure the conf files as part of the install. what I configure on every reinstall. apache,proftpd,mysql,php,and wordpress. Since I am still learning I reinstall a lot and standard backups have not been working for me. But I can put the whole install including backup on one cd. Is there a way replace only the change files from the archive. or getting a list of just the modafied files on my system.

View 1 Replies View Related

Ubuntu :: RAR Archive - Extracted Files Not In Destination Folder

Sep 14, 2010

I have a RAR archive, split into 40 sections, containing a folder with a total of 2GB of data. When I Open the Archive using "File Roller 2.30.1.1" and drag the archived folder to destination folder, it says that its uncompressing, but after its uncompressed, there is nothing there, in the destination folder. Where was the 2GB extracted stuff gone?

View 1 Replies View Related

Ubuntu :: Archive Manager Unable To Open Pdf Files

Nov 7, 2010

surprisingly come across this file that the ubuntu archive manager is simply unable to unpack.these are some articles that i am trying to download.strangely i have never heard of the format and the page asks me to download "stuffit expander" to allow me to view the pdf files.
however when i download the file saving it on the desktop, and try to open it, archive manager is simply unable to do so!this is the title of the downloaded file -

VOL13_NO3_4.sit
and its 1.3 MB

and i am as of now unable to open it in any way.

View 9 Replies View Related

General :: Archive All Files To One Single File In Every 30 Days?

Apr 12, 2010

I have a directory there are many files are writing to it , I would like to write a script to do that , can please provide the advise .

archive all files to one single file in every 30 days , and then remove these old files .

View 9 Replies View Related

Ubuntu :: Extract The Files And Contents Out Of A .pkg?

Jul 31, 2010

Does anyone know how to extract the files and contents out of a .pkg, A sony package file to be precise.

View 9 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







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