crcat

cat(1) clone in Crystal Lang

crcat

cat(1) implemented in Crystal.

Usage

Build the binary to use:

make release

Reading stdin to stdout:

$ echo "hi" | bin/crcat
hi

Reading multiple files, including ones that don't exist:

$ echo -e "1\n2\n3\n4\n5" > count.txt
$ bin/crcat bling.txt count.txt
cat: bling.txt: No such file or directory
1
2
3
4
5

License

$ bin/crcat LICENSE
Repository

crcat

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • about 2 years ago
  • October 15, 2017
License

MIT License

Links
Synced at

Fri, 08 Nov 2024 03:39:31 GMT

Languages