Skip to main content

All Questions

Tagged with
0 votes
0 answers
224 views

Extract files in order by numbers at end of filename (windows)

I want to use a Windows .bat file to extract a number of files in a folder. I have files with numbers at the end of filename, just before the extension, and I need to extract them in order of these ...
Antóin's user avatar
1 vote
1 answer
4k views

Extract rows with specific phrase at specific column from text file using batch file in Windows

I have a text file (epin.txt) having >2 millions of rows. Sample text: 182060045892569246925460002021 03560000000020000840000000000000ABDRGS00IN0000MMFADT265000 0917 P81 001 ...
tdas777's user avatar
  • 11
0 votes
1 answer
1k views

7z command does not extract individual partition from dmg file

I have a file called BaseSystem.dmg which contains a hfs+ system image as well as other files. flex@flex-ubuntu:~/Documents/MacOS2$ dmg2img -l BaseSystem.dmg dmg2img v1.6.7 (c) vu1tur ([email protected]....
FlexMcMurphy's user avatar
1 vote
0 answers
248 views

How can I unzip files in a child directory?

Say I have the following directories and files /folder1/subdir/zip1.zip /folder1/zip2.zip /folder2/zip1.zip /folder2/subdir/zip2.zip If I am in /, how can I extract all .zip files quickly? Edit: The ...
twlscnds's user avatar
  • 121
0 votes
1 answer
803 views

Loop extract zip files and handle nested zips

I have a command that will extract all zip files within a directory. The issue is you may have nested zip containers (zip inside a zip). What I would like it to do is go through one run, and then do a ...
SlothLovesChunk's user avatar
0 votes
1 answer
709 views

7Zip CLI multipart extraction issue. Proceeding part overwrites existing

I am looking for a way to use 7zip to decompress multipart achives via CLI. So far I have the below which extracts as expected but instead of joining the parts, overwrites the existing contents with ...
David's user avatar
  • 139
1 vote
1 answer
4k views

Extract ARJ files in linux

While playing CTF competition I came across this ARJ files. After doing some research found out that. ARJ is Archiver for .arj files and Like most archive file types, they're used to store and ...
SMshrimant's user avatar
0 votes
1 answer
2k views

A "proper" way to extract AAC audio from an MP4 file?

I use Linux (Kubuntu 16.04), and I have some .MP4 files with audio tracks, which I want to extract, save as .AAC/.M4A files and tag. Now, I've been doing the extraction using MP4Box -raw $...
einpoklum's user avatar
  • 9,852
2 votes
1 answer
4k views

Extracting .7z file with Unrar.exe and command line?

With WinRar.exe 5.00 we can extract a .7z file. (with right click on a file and extract it) but with Unrar.exe 5.00 and the following command line C:\Program Files\WinRAR>unrar x "C:\Users\...
Mohammad Dayyan's user avatar
0 votes
1 answer
2k views

how can I extract entries out of the HOSTS file with the command line tool in Windows 7?

It concerns the HOSTS file, Windows 7 Ultimate 64bit. I want all entries/lines with a certain name in it to be written in a .txt file. how can I do this in the command line tool?
labrat's user avatar
  • 117
0 votes
1 answer
2k views

Extracting images from video in 1 minute intervals

I would like to extract images from a video Exp01.avi, the video is 24fps and 25 minutes long. I want the images to be extracted from the video after every 1 minute interval. Please someone tell me ...
parmeshwar89's user avatar
1 vote
3 answers
2k views

Commandline program to extract archives with automatic subdirectry detection

I'm looking for the pure command-line counterpart to ark -ba <path> (on KDE), or file-roller -h <path> (on GNOME/Unity). Unfortunately, both ark and file-roller require X to be running. I'...
该用户不存在's user avatar
6 votes
1 answer
9k views

ffmpeg: extract frames and get their exact timestamps

I'm trying to extract frames from a variable framerate video every 5 seconds and get the exact timestamps of each frame extracted. This is what I have so so far: -i inputfile -vstats_file vstats.log ...
Mango's user avatar
  • 125
33 votes
4 answers
54k views

Utility for extracting MIME attachments [closed]

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 ...
tripleee's user avatar
  • 3,231
27 votes
2 answers
147k views

7-Zip command line: Extract silently/quietly [duplicate]

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. Does 7-...
oscilatingcretin's user avatar

15 30 50 per page