swcat
cat(1) partial clone in Swift.
Currently supports reading from stdin and writing to stdout with no arguments given, or reading filenames from given arguments.
Usage
Reading stdin to stdout:
$ echo "hi" | swcat
hiReading multiple files, including ones that don't exist:
$ swcat bling.txt count.txt
swcat: bling.txt: No such file or directory
1
2
3
4
5License
$ swcat LICENSE