mirror of
https://github.com/uutils/sed.git
synced 2026-06-10 16:14:15 -07:00
README: explain how to call it sed
This commit is contained in:
@@ -38,6 +38,13 @@ cd sed
|
||||
cargo build --release
|
||||
cargo run --release
|
||||
```
|
||||
|
||||
To call the binary `sed`, create a symlink like:
|
||||
|
||||
```bash
|
||||
ln -s target/release/sedapp sed
|
||||
```
|
||||
|
||||
## Extensions and incompatibilities
|
||||
### Supported GNU extensions
|
||||
* Command-line arguments can be specified in long (`--`) form.
|
||||
|
||||
Reference in New Issue
Block a user