Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
9 views

extract the binutils in the new user in LFS

I want to install binutils in the new user that was created in LFS but not in the extract because the exit command permission denied but i try to extract the root and the successful I've tried ...
-1
votes
1answer
59 views

How to Extract Web Data for Shopify Bulk Import

I want to import a huge database of products (5000+) to Shopify. My supplier only gave me the website, he refused to give me the database file. How do I extract the web data to a CSV format so that I ...
3
votes
1answer
81 views

Strip path segment while extracting using 7zip?

Is there a way to extract a 7z archive that contains all it's files within a directory without creating this directory in the file system but still keeping the sub-directory structure of the archive ...
1
vote
1answer
38 views

Application for extracting XML tags from a document

I am looking for an application that will extract all XML tags contained within a specific XML file. For example I would get a list: <XML_TAG_ONE>,<XML_TAG_TWO> etc...
1
vote
2answers
63 views

Lossless extraction of streams from WebM

I would like to extract streams from WebM video files without converting them (re-compression), can somebody recommend any software that can allow this?
0
votes
2answers
56 views

How do I quickly 'extract' specific information from web pages (source code) and format it into XML?

The gist: the small company I work for advertises its products through Google Merchant. We upload the products in an XML file as per Google's requirements. The problem: manually formatting thousands ...
0
votes
1answer
29 views

Extract Audio File

I currently have a WMB file that I would like to extract the audio from. Are there any programs out there that can extract the audio from this file? Preferably free.
1
vote
3answers
178 views

Extract 7z files with standard linux tools?

I know that you can extract .7z files with 7-zip. Is there another standard linux program that can do this? Maybe one of these tar bzip2 xz gzip
1
vote
2answers
130 views

Utility for extracting MIME attachments

I am looking for a command-line tool for Unix (ideally, available in a Debian / Ubuntu package) for extracting all MIME parts from a multipart email message (or the body from a singlepart with an ...
1
vote
2answers
68 views

grep file for only part of line

I have a rtf file that I'm using grep on like this grep "Order Number" 'Extract Text Output.rtf' which results in lines that look like this \b\fs28 \cf2 Fab Order Number : FAB00772450\ and I ...
0
votes
1answer
123 views

Extract substring before = sign using awk

Say I have some file with a bunch of lines in the form someString=someMoreCharacters anotherString.blah=foo=bar blah.blah.blah=foo.bar.=foobar Desired output someString anotherString.blah ...
0
votes
1answer
332 views

How to recursively extract all .tar and .tgz file zipped in a .tgz file using 7zip command line version

I'm using 7zip cmd line version in my app (written in Python on Win 7 box) to extract .tgz files. Although I'm using the -r switch, the .tar and .tgz subdirectories are not extracted. Can someone tell ...
1
vote
2answers
551 views

Extracting “one of every 10 frames” in a video using VLC or FFmpeg

I am trying to extract "exactly 1 frame of every 10" frames of a video (i.e. extract 1 , leave 9 then repeat) for scientific purposes. The video is 105 frames, 3.5 seconds, 29.97fps (h.264, .mov, ...
0
votes
1answer
28 views

Modifying the path inside an archive for extraction

I would like to change the path of extraction of a .tar.gz archive. The files are supposed to extract as ./1/2/3/4/files, ./1/2/3files and so on. The .1/2 part of those is common to all the files. ...
0
votes
0answers
30 views

script open and capture each GMail contact page?

I wish to remove my GMail contact data and not all of the fields with automatically sync with Outlook because I foolishly renamed some of the fields. The Google csv export format does not import ...
0
votes
1answer
237 views

How can I export data from a .dxr file?

Does anyone know how to extract data from .dxr file ? I have an old CD which won't work on Windows 7 64-bit.
0
votes
0answers
291 views

Is it possible to extract contents of a ThinApp container?

Is there possible to extract such packages made by somebody else. Ok, so if there is no general way of extracting such archives, which can be a huge exe file or tiny exe starter with huge packed ...
0
votes
1answer
879 views

tar shows “is not a bzip2 file” error when uncompressing a .tar.bz file

I've a data_or.tar.bz file I tried to extract it with $ tar xjvf data_or.tar.bz Output is bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error is not recoverable: exiting ...
1
vote
2answers
264 views

Excel extract substring from string

I am looking for a way to extract a variable length substring from a string. My cells will look something like: ABC - DEF ABCDE - DEF ABCD - ABC I want to split the string at the - character, so ...
2
votes
1answer
157 views

How can I extract only some specific folders from a tar.gz archive?

Let's say I have the archive website.tar.gz, inside is the following folder structure : home -mike -www -coolwebsite file1 file2 file3 etc. When I ...
2
votes
2answers
4k views

7zip command line: Extract silently/quietly [closed]

Possible Duplicate: How to disable the output of 7-zip? I want to use 7z.exe from a command prompt to silently/quietly extract an archive. I do not want to use third party scripts or APIs. ...
2
votes
1answer
125 views

How do I extract Flash content from a PDF file?

I have a PDF file that has a flash file embedded. How can I can extract that SWF from inside the PDF file? Update: I am using Windows 7.
1
vote
1answer
401 views

Batch the “Extract Here” command

I would like to batch the "Extract Here..." command on a complete folder. Every type of archive should be unzipped into the current folder with the name of the archive file. I have found some BATCH ...
1
vote
1answer
192 views

How to get GIF from MKV interval?

I'm looking for a piece of software (free or not) that will allow me to load a .mkv video (and other video types, not just .avi), and tell it to extract frames as images from within a certain ...
1
vote
1answer
248 views

Extract a certain file from an archive with 7zip from the command line

If I have an archive,e.g. some.zip that contains one or more files. How can I extract with 7zip only one file(I know the name of the file) from the command line in Windows?
0
votes
0answers
76 views

How do I extract data from a multisession DVD

I have a DVD that I wrote many times on Windows as a multi-session disk without finalizing (or closing) the disc. But when I insert the disc into my Mac, it shows only the files written to in the last ...
1
vote
1answer
322 views

How to extract corrupted RAR files

I try to extract a file from set of .RAR parts. I always get the following error: Corrupted so I tried many programs to extract the corrupted RAR files. I have 10 parts, each one 400MB big. The ...
0
votes
0answers
992 views

How to mount or extract files from a vdi file on linux? [closed]

Possible Duplicate: How to mount a VirtualBox .vdi disk on Linux? I have read various instructions on how to mount a FIXED VDI (virtual box) under linux (ubuntu, etc.) but I have a dynamic ...
0
votes
1answer
642 views

Extract InstallSHIELD's CAB files when there is no HDR files?

layout.bin setup.lid _sys1.cab _user1.cab DATA.TAG data1.cab SETUP.INI setup.ins _INST32I.EX_ SETUP.EXE _ISDEL.EXE _SETUP.DLL lang.dat os.dat I want to extract an InstallSHIELD's 5 install package ...
3
votes
4answers
347 views

How to extract all images from a PowerPoint presentation?

I have a PowerPoint presentation that is basically a slideshow. How can I extract all the images into a folder? I've seen articles that direct you to save the presentation as HTML, but this file ...
0
votes
3answers
139 views

Save images from a PDF [closed]

Possible Duplicate: How to extract image from PDF file I have a PDF with images. I would like to save the images alone as JPG with the resolution as 300. Please provide me the commands to ...
4
votes
4answers
523 views

Extracting background images from a PDF file?

I have a PDF file containing maps of the building I work in, here: http://www.libsys.und.edu/dev/FloorPlans_All.pdf The original source files have been lost, and I've been asked to extract the map ...
3
votes
2answers
204 views

how can I extract/harvest/export all sender addresses from outlook 2003?

I'd like to build a list of all the people who email me but can't figure out a way of doing it. Tools such as Xobni offer a list, but it is not possible to select the data from the 'analytics'. How ...
0
votes
0answers
26 views

repairing/rescuing data from a .tar /tarball that broke during making it

had to move several 100GB of html(jpg,txt,pdf) user files to a ftp backup server and put them in a tarball on the fly. Pitifully something aborted probably (I can’t completely reconstruct the ...
2
votes
1answer
559 views

Setting WinRAR to exclude files with the exact filename I specify from being extracted from an archive

How can I configure WinRAR to exclude files with the exact filenames: thumbs.db or .DS_Store (ignoring case) from being extracted from an archive (all directory levels within an archive)? Files with ...
0
votes
1answer
482 views

how to install matlab from iso file in linux without root permission?

I have an ISO file of MATLAB and I want to extract it to be able to run the installer. I'm not the admin of the computer and there is no 7-zip or file-roller. It has isoinfo but I don't how to use it ...
1
vote
1answer
413 views

How can I deflate compressed streams inside a PDF?

I read a stackexchange post on how to find a stream of font data within a PDF. This stream, if decompressed properly, apparently creates a usable TTF file. But I'm not sure how to decompress it. ...
1
vote
2answers
338 views

How do I extract a RAR archive in Linux

How can we extract a .rar archive in Linux?
0
votes
1answer
164 views

Extract MAC compression (Safari extension) on a PC

I need to extract a Safari extension (.safariextz) on a PC. There are of course Mac OS X instructions for how to do this, but none for PC. I've tried 7zip, WinZip, and jZip...none of them recognize ...
1
vote
2answers
433 views

Extract files in rar archive without having some previous files

I have a big rar archive which is split into 700mb parts. I only have part 5 and 6 and there is a 40mb file in there that I wanna extract using Winrar. I know the whole file is stored in part 5 ...
0
votes
1answer
1k views

How to extract all zip files in subfolders using 7-zip in Windows 7

I have a large Windows 7 folder tree structure containing many zip files. These are single layer zip files (not zip within zip). What 7-zip command can I use to parse through this folder structure, ...
0
votes
1answer
1k views

How to save all images embedded in email in Thunderbird?

In Thunderbird, how to save all images embedded (multipart/related MIME format) in email in one turn?
0
votes
1answer
124 views

How can I prevent Mac apps from deleting a temporary folder that they have created?

I'm using an app called DropDMG to extract a large zip file that is 109 GB in size. However once it's extracted the whole bundle, it ends with an error from its subprocess ditto and deletes the ...
0
votes
3answers
324 views

Outlook 2003 : How to export all e-mail messages in local folder?

I want to export some local message folders to zip & send to my colleague in outlook 2003, is it possible?
1
vote
1answer
297 views

Create Windows compatible Self-extract-zip in Linux [closed]

Possible Duplicate: How to create a zip file compatible with windows under linux Is that possible. What software will do that?
0
votes
1answer
230 views

Print each bookmark of a PDF separately

I have a very large (1000 page) PDF which contains about 100, ten page each documents one after the other. I would like to have them sent to my office printer as individual files so my office printer ...
0
votes
1answer
185 views

Extracting metadata from flac header in linux

I recently (and accidentally) wiped a hard-drive which should NOT have been formatted. Thankfully, PhotoRec was able to recover some of the most important files from the disk. Part of those files ...
1
vote
0answers
264 views

Can we save image slices in sub folders in Photoshop?

I am using Photoshop CS5, by default, Photoshop saves image slices in a folder named images. This is fine but there are lots of images, saving them all in a single folder becomes quite messy. What I ...
2
votes
2answers
1k views

How can I extract multipart RAR files using the command line unrar.exe?

Is there a way to extract all RAR files using unrar.exe via the command line without passing it each part? I have lots of multipart RAR files in mixed formats: .part1.rar, .part2.rar or .rar, .r00, ...
2
votes
2answers
142 views

Open .rar files on Slackware

How can I open .rar files in Slackware?

1 2 3