About 2,510,000 results
Open links in new tab
  1. Extract filename and extension in Bash - Stack Overflow

    Jun 8, 2009 · The question is problematic in the first place because.. From the perspective of the OS and unix file-systems in general, there is no such thing as a file extension. Using a "." to …

  2. zip - Unzipping files in Python - Stack Overflow

    Aug 10, 2010 · I read through the zipfile documentation, but couldn't understand how to unzip a file, only how to zip a file. How do I unzip all the contents of a zip file into the same directory?

  3. How to extract files from a `.vdi` file - Stack Overflow

    Jun 3, 2013 · I was using VirtualBox on my Windows 7 PC. How can I open or view the contents of the .vdi files and retrieve the files from within?

  4. How to unzip specific folder from a .zip with Python

    Dec 7, 2012 · I am looking to unzip a particular folder from a .zip in Python: e.g. archive.zip contains the folders foo and bar, I want to unzip foo to a specific location, retaining it's folder …

  5. How do I extract files from an MSI package? - Super User

    Feb 14, 2009 · We have some old patches that we want to get the files from but don't wish to spend the time installing them to a machine. Can anyone advise a way to extract files from an …

  6. C# - How to extract the file name and extension from a path?

    C# - How to extract the file name and extension from a path? Asked 13 years ago Modified 4 years, 9 months ago Viewed 96k times

  7. How to get the file name from a full path using JavaScript?

    Jan 8, 2009 · Naming " leaf name" is derived from Directory/File structure name "Tree", first thing of tree is root, the last are the leaves => file name is the last thing in the tree path => leaf :-)

  8. node.js - How to unpack an .asar file? - Stack Overflow

    Jul 22, 2016 · I have packed my Electron application using the following command: asar pack app app.asar Now, I need to unpack it and get the whole code back. Is there any way to do so?

  9. How can I decompress an archive file having .zst or tar.zst?

    Jul 27, 2017 · Suppose I have two files: file1.zst file2.tar.zst How can I decompress these files in terminal?

  10. Extract file basename without path and extension in bash

    Apr 19, 2010 · Extract file basename without path and extension in bash [duplicate] Asked 15 years, 6 months ago Modified 2 years, 3 months ago Viewed 739k times