https://github.com/tetsuok/swift-cat
The cat command in Swift
https://github.com/tetsuok/swift-cat
swift
Last synced: 11 months ago
JSON representation
The cat command in Swift
- Host: GitHub
- URL: https://github.com/tetsuok/swift-cat
- Owner: tetsuok
- License: apache-2.0
- Created: 2019-07-31T13:06:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T15:15:11.000Z (almost 7 years ago)
- Last Synced: 2025-07-14T00:48:25.854Z (11 months ago)
- Topics: swift
- Language: Swift
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift-cat [](https://travis-ci.org/tetsuok/swift-cat)
The `cat` command in Swift.
## Usage:
```
$ swift build -c release
$ swift run cat FILE....
```
## Limitations
- command line options are not implemented yet.
- the cat program doesn't support reading from stdin.
- only works on Linux and macOS.