mirror of
https://github.com/alebcay/awesome-shell.git
synced 2026-03-09 11:43:08 -05:00
add "moreutils" packages such as ts; combine; pee; vidir; and vipe #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yuis-ice on GitHub (Jun 16, 2021).
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