sort.sh
This commit is contained in:
parent
22af54db0b
commit
993fe0d4f3
1 changed files with 2 additions and 0 deletions
2
sort.sh
Executable file
2
sort.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
for i in $(cat $1) ; do echo $i ; done | sort | uniq
|
Loading…
Reference in a new issue