We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm curious why in the list there is no package that is listed on the "moreutils" package (except "parallel"). Is there a reason particularly?
They all are great command lines tools. But personally I would suggest these amazing commands:
ts: timestamp standard input
e.g. for i in {1..5}; do echo y$i; sleep 1; done | ts '%FT%T'
combine: combine the lines in two files using boolean operations
e.g. combine file01.txt and file02.txt
pee: tee standard input to pipes
e.g. echo hoge | pee cat cat cat
vipe: insert a text editor into a pipe
e.g. echo hoge | vipe | cat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm curious why in the list there is no package that is listed on the "moreutils" package (except "parallel"). Is there a reason particularly?
They all are great command lines tools. But personally I would suggest these amazing commands:
e.g. for i in {1..5}; do echo y$i; sleep 1; done | ts '%FT%T'
e.g. combine file01.txt and file02.txt
e.g. echo hoge | pee cat cat cat
e.g. echo hoge | vipe | cat
The text was updated successfully, but these errors were encountered: