AlexanderOMara / nnucat

nnucat - non-null union cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nnucat

nnucat - non-null union cat

Overview

Takes the first non-null byte from a set of files at each offset and outputs it to stdout.

Usage

Usage: ./bin/nnucat [file ...]

Compiling

Linux with optimizations

make CFLAGS='-O3'

macOS with optimizations (Apple Silicon and Intel universal binary)

make CFLAGS='-O3 -arch arm64 -arch x86_64'

Bugs

If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.

License

Copyright (c) 2023 Alexander O'Mara

Licensed under the Mozilla Public License, v. 2.0.

If this license does not work for you, feel free to contact me.

About

nnucat - non-null union cat

License:Mozilla Public License 2.0


Languages

Language:C 81.4%Language:Makefile 18.6%