github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/optional/encoders/gz_doc.yaml (about)

     1  - DocumentID: "gz"
     2    Title: >-
     3      `gz`
     4    CategoryID: optional
     5    Summary: >-
     6      Compress or decompress a gzip file
     7    Description: |-
     8      An optional builtin for compressing or decompressing a gzip stream from STDIN.
     9    Usage: |-
    10      ```
    11      <stdin> -> gz -> <stdout>
    12  
    13      <stdin> -> !gz -> <stdout>
    14      ```
    15    Examples: |-
    16    Detail: |-
    17    Synonyms:
    18      - "gz"
    19      - "!gz"
    20    Related:
    21      - base64
    22      - bz2
    23      - escape
    24      - eschtml
    25      - escurl
    26      - esccli