This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
CNI
/
UnixLab
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
751c17954a
Branches
Tags
master
UnixLab
/
words.sh
words.sh
67 B
Historique
Raw
1
2
3
#!/bin/bash
grep -e "[a-zA-Z]\+" --only-matching $1 | sort | uniq