About 101,000 results
Open links in new tab
  1. 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?

  2. gml - Getting OS Mastermap data into QGIS? - Geographic …

    Apr 16, 2016 · The data comes in .gz format. Which I am told needs to be decompressed before I can do anything further? After decompressing it using WINRAR it turns it into a file which has …

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

    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...

  4. shapefile - Bulk conversion and import of OS MasterMap .gz files …

    You could use python to extract the shps of each .gz file and use feature class to feature class method to import them into the destination geodatabase. The Q/A below is one example how …

  5. Opening files within archives from vim - Unix & Linux Stack …

    Jun 15, 2016 · 3 I know that vim can open files within zip or tar {,.gz} archives interactively: open the archive first, then navigate to the correct entry and press enter.

  6. Difference between .tar.gz.asc, git.tar.bz2 and .tar.bz2

    .tar.gz.asc - The files that end in .asc are ASCII files that contain a GPG key which you can use to confirm the authenticity of the other files within that directory. Only the author (s) of FFMpeg …

  7. How to load a .tar.gz into QGIS

    Aug 28, 2019 · A tar.gz file is a compressed file. You can't open it with QGIS. You should first uncompress it with a software like 7-Zip (for Windows). Then you will have the content of the …

  8. How to uncompress zlib data in UNIX? - Unix & Linux Stack …

    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 …

  9. 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 …

  10. Unzipping a .gz file without removing the gzipped file

    Sep 19, 2014 · Closed 10 years ago. I have a file file.gz, when I try to unzip this file by using gunzip file.gz, it unzipped the file but only contains extracted and removes the file.gz file. How …