Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add moreutils package [2.0/3.0] #7014

Open
1 of 2 tasks
mfrw opened this issue Dec 14, 2023 · 0 comments
Open
1 of 2 tasks

Add moreutils package [2.0/3.0] #7014

mfrw opened this issue Dec 14, 2023 · 0 comments
Labels
3.0-dev PRs Destined for AzureLinux 3.0 feature-request Request for a feature or enhancement

Comments

@mfrw
Copy link
Member

mfrw commented Dec 14, 2023

Support for moreutils: https://joeyh.name/code/moreutils/

  • chronic: runs a command quietly unless it fails
  • combine: combine the lines in two files using boolean operations
  • errno: look up errno names and descriptions
  • ifdata: get network interface info without parsing ifconfig output
  • ifne: run a program if the standard input is not empty
  • isutf8: check if a file or standard input is utf-8
  • lckdo: execute a program with a lock held
  • mispipe: pipe two commands, returning the exit status of the first
  • parallel: run multiple jobs at once
  • pee: tee standard input to pipes
  • sponge: soak up standard input and write to a file
  • ts: timestamp standard input
  • vidir: edit a directory in your text editor
  • vipe: insert a text editor into a pipe
  • zrun: automatically uncompress arguments to command

Tasks

Preview Give feedback
@mfrw mfrw added the feature-request Request for a feature or enhancement label Dec 14, 2023
@mfrw mfrw added the 3.0-dev PRs Destined for AzureLinux 3.0 label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0-dev PRs Destined for AzureLinux 3.0 feature-request Request for a feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant