Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Join Tool

v1.0.0

Join lines of text from multiple files based on a common field. Use for relational data operations similar to SQL JOIN on text files.

0· 29· 1 versions· 0 current· 0 all-time· Updated 4h ago· MIT-0

Join - Relational Data Operator

Merge lines from two sorted files by matching a common join field. Similar to database JOIN operations but works on plain text files with field separators.

Usage

join-tool [options] file1 file2

Options

  • -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 1

Examples

join-tool users.txt roles.txt
join-tool -t ',' -1 2 -2 1 customers.csv orders.csv

Version tags

latestvk975yntqtbfdc55w1w8zdyjg0985pp2b