About 116,000 results
Open links in new tab
  1. mysql - How do you view a sql.gz file as plain text SQL from the ...

    2 How do you view a sql.gz file as plain text SQL from the command line? I want to read the SQL statements stored in a .sql.gz file, from the command line on the server. I've tried tar -xzvf, but get …

  2. How to extract specific file(s) from tar.gz - Unix & Linux Stack Exchange

    How can we extract specific files from a large tar.gz file? I found the process of extracting files from a tar in this question but, when I tried the mentioned command there, I got the error: $ ta...

  3. How to recover a corrupted "tar.gz" file - Unix & Linux Stack Exchange

    I suddenly needed to recover an old tar.gz file, but as soon as I execute so: tar -zxvf filename.tar.gz I get this: gzip: stdin: invalid compressed data--format violated tar: Child returned sta...

  4. How can I view gzipped files in less without having to type zless?

    I am using Ubuntu, and I would like to be able to type less compressed_text_file.gz and page the contents of the text file in uncompressed form. Is there a way to do this?

  5. shell - How to download an archive and extract it without saving the ...

    I'd like instead to download and extract the archive on the fly, without having the tar.gz written to the disk. I think this is possible by piping the output of wget to tar, and giving tar a target, but in practice I …

  6. How to mount a Clonezilla img to extract files?

    The cat command is not going to help much, because none of the 5 files you list matches the sda1.ext4-ptcl-img.gz.a* pattern. To get the image from sda1.ext3-ptcl-img.gz.aa you can probably do just cat …

  7. Extract multiple .tar.gz files with a single tar call

    I’m an experienced Unix user for several years and of course I know that you can use for or find or things like that to call tar once for each archive you want to extract, but I couldn’t come up with a …

  8. Running Create Extension postgis gives ERROR could not open …

    Running Create Extension postgis gives ERROR could not open extension control file? Ask Question Asked 12 years, 2 months ago Modified 2 years, 10 months ago

  9. Can't repair data source after location of layer source changed

    Sep 1, 2022 · In my case the data source path and file name is shown correctly but it refuses to load the file. The layer is there but it is empty. It is a vector layer with points geometry and the data source is …

  10. How to uncompress zlib data in UNIX? - Unix & Linux Stack Exchange

    It seems that I have created gzip-like file, but without any headers. Unfortunately I don't see any option to uncompress such raw data in gzip man page, and the zlib package does not contain any …