denoland / denoland/deno_task_shell
Feature request: `head` & `tail`
Open
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 139
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful if deno\_task\_shell builds in `head` and `tail` commands with option `-n`. They usually can be used for picking up the first or last line of a command output, e.g.:
```sh
git tag --sort=-version:refname | head -n 1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.