This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
CNI
/
UnixLab
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
List words
DricomDragon
5 anni fa
parent
c897b78125
commit
ee1e71b300
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
words.sh
+ 3
- 0
words.sh
Vedi File
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+grep -e "[a-zA-Z]\+" --only-matching $1 | sort | uniq