shell-scripte-code/sort.sh
2019-01-07 20:23:02 +01:00

2 lines
73 B
Bash
Executable file

#!/usr/bin/env bash
for i in $(cat $1) ; do echo $i ; done | sort | uniq