2 lines
64 B
Plaintext
2 lines
64 B
Plaintext
|
#! /bin/bash
|
||
|
cat "$1" | cut -f1 -d " " | cut -f1 -d"*" | sort -u
|