Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

nxck2005/zat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zat

License: MIT Zig Version

A simple cat implementation written in Zig.

Prerequisites

  • Zig compiler version 0.15.1 or later.

Building

To build the project, clone the repository and run the following command:

zig build

This will create the zat executable in the zig-out/bin/ directory.

Usage

To display the content of a file, use the following command:

./zig-out/bin/zat <filename>

For example:

./zig-out/bin/zat README.md

Running with Zig

You can also run the program directly using the build system:

zig build run -- <filename>

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Zig-based cat tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages