shell-scripte-code/sort.sh
2017-12-28 12:42:17 -05:00

2 lines
63 B
Bash
Executable file

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