π¦ ClawHub
Join Tool
by @dinghaibin
Join lines of text from multiple files based on a common field. Use for relational data operations similar to SQL JOIN on text files.
π‘ Examples
join-tool users.txt roles.txt
join-tool -t ',' -1 2 -2 1 customers.csv orders.csv
βοΈ Configuration
-1 N: Join on field N of file 1-2 N: Join on field N of file 2-t char: Use char as field separator-a 1: Show unpaired lines from file 1TERMINAL
clawhub install join-tool