peripherals
🗣 Description
Peripheral utility commands for the shell by contrasting GNU coreutils. This product includes the following commands.
puniq
- deletes the duplicated lines.
ptake
- print lines while satisfying the predicate.
pskip
- skip lines while satisfying the predicate.
ptest
- another implementation of
test
command.
- another implementation of
snip
- synthesis of
head
andtail
command.
- synthesis of