Extract uniq emails sorted by domain from file.
Note that we ignore emails of the form xxx@yyy.com, i.e. if it has a '<' we ignore it.
$ extract_emails.zsh file_with_emails.txt
example@example.com
ex@ex.com
Extract uniq emails sorted by domain from file.
Note that we ignore emails of the form xxx@yyy.com, i.e. if it has a '<' we ignore it.
$ extract_emails.zsh file_with_emails.txt
example@example.com
ex@ex.com
I hereby claim:
To claim this, I am signing this object:
| http.Handle("/yolo2", http.HandlerFunc(Yolo)) |
| http.Handle("/yolo2", http.HandlerFunc(Yolo)) |
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| ) | |
| type Lol struct{} | |
| func (l *Lol) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| ) | |
| func Yolo(w http.ResponseWriter, r *http.Request) { | |
| fmt.Fprintln(w, "YOLO") | |
| } |
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| ) | |
| func Rofl(w http.ResponseWriter, r *http.Request) { | |
| fmt.Fprintln(w, "ROFL") | |
| } |
| Key binding | Action |
|---|---|
| M n | next-window |
| M p | previous-window |
| M j | move down a pane |
| M k | move up a pane |
| M h | move left a pane |
| M-l | move right a pane |
| M ↑ | move the pane divide up (resize) |
| M ↓ | move the pane divide down (resize) |