mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while read read_data;
|
|
do printf "$read_data\tKey $read_data\n";
|
|
done
|