I have a large archive with files that I need to edit, but I don't want to extract / zip every time. Is there a way to edit the files directly while in the archive? I opened them and when I save it prompts for a location.
8 Answers
7-Zip can do this:
- If not already done, would recommend setting the file editor to something better than the Windows standard Notepad, e.g. Notepad++. To do this in 7-Zip, go to Tools -> Options..., select the editor tab and change the "Editor" path (and may as well also change the "View" path) to the relevant executable, e.g.
"C:\Program Files (x86)\Notepad++\notepad++.exe" -multiInst. The-multiInstoption opens this in a new window - see comment from Simo Kivistö. - Open the archive in 7-Zip.
- Locate the file to be edited.
- Right-click on the file to edit and select "Edit" (alternative shortcut = F4). Make your changes, save them and close the editor window - 7-Zip will only detect the file has changed when the editor has been closed.
- When 7-Zip detects the file has been changed it will display a prompt such as "File 'abc.txt' was modified. Do you want to update it in the archive?". Click on OK and it will then load the changed file back into the zip file, which may take a bit of time.
- 1,202
At least on Linux and Windows+Cygwin, you can use vim
It will let you browse inside the ZIP file, choose a text file and press Enter ↵ to edit it
- 1,904
Simple answer is NO. There's no way to tell how big the resulting file will be after edit so it can't just be stored back in the same place in the zipfile. What you might be able to find is a program that allows you to do the extract/edit/rezip without you having to worry about the details yourself. It would help to specify your environment (OS etc).
- 3,693
- 2
- 21
- 24
Open the zip file with winrar, double click an embedded text file, it should open in an external editor. Change and close the text file. Winrar then asks if it should updated the archive with the changed file.
- 589
Use an editor that can look inside archives.
You don't say what platform you're using. If you use Ubuntu with its default interface, this is completely transparent: click on the archive, then click on the file inside the archive. More generally, open the archive in the Gnome archiver (File Roller) and edit the file in a Gnome application.
Emacs is available for every major desktop platform (and many minor ones) and transparently edits files inside archives (provided the relevant command-line archiving tool is installed).
- 72,151
Use winrar or 7-zip to extract the file you want to edit. Then drag it back into the same directory in winrar/7-zip where you extracted it from in the archive.
- 4,144
Answer: get WinRAR. You drag files into the zip thats opened in winrar and a menu pops up. Just press OK and they are now insaid.