Skip to content

st0le/xpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xpipe

like xargs but for piping input

❯ seq 9 | python3.8 xpipe.py -n 3 -c tac
3
2
1
6
5
4
9
8
7