Added GitHub CI badge.
This commit is contained in:
parent
50bae666d9
commit
c21191160f
1 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
[](http://opensource.org/licenses/BSD-3-Clause)
|
[](http://opensource.org/licenses/BSD-3-Clause)
|
||||||
|
[](https://github.com/ethauvin/dcat/actions/workflows/dart.yml)
|
||||||
|
|
||||||
# dcat: Concatenate file(s) to standard output.
|
# dcat: Concatenate file(s) to standard output.
|
||||||
|
|
||||||
|
@ -27,18 +28,18 @@ Examples:
|
||||||
dcat f - g Output f's contents, then standard input, then g's contents.
|
dcat f - g Output f's contents, then standard input, then g's contents.
|
||||||
dcat Copy standard input to standard output.
|
dcat Copy standard input to standard output.
|
||||||
```
|
```
|
||||||
# Compile Application
|
## Compile Application
|
||||||
|
|
||||||
## Linux
|
### Linux
|
||||||
```sh
|
```sh
|
||||||
dart compile exe -o bin/dcat bin/dcat.dart
|
dart compile exe -o bin/dcat bin/dcat.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
## Windows
|
### Windows
|
||||||
```cmd
|
```cmd
|
||||||
dart compile.exe bin/dcat.dart
|
dart compile.exe bin/dcat.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
# Differences from GNU cat
|
## Differences from GNU cat
|
||||||
- No binary file support.
|
- No binary file support.
|
||||||
- Line numbers are printed as `X:` where `X` is the line number.
|
- Line numbers are printed as `X:` where `X` is the line number.
|
Loading…
Add table
Add a link
Reference in a new issue