This website works better with JavaScript
Home
Explore
Help
Sign In
CNI
/
UnixLab
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
List words
DricomDragon
5 years ago
parent
c897b78125
commit
ee1e71b300
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
words.sh
+ 3
- 0
words.sh
View File
@@ -0,0 +1,3 @@
+
#!/bin/bash
+
+grep
-e
"[a-zA-Z]\+"
--only-matching
$1
| sort | uniq