| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | yesterday | |
| stats | profile views | 5 |
|
Dec 6 |
revised |
Compare two files added 133 characters in body |
|
Dec 5 |
revised |
What was superuser password set? added 161 characters in body |
|
Dec 1 |
revised |
Pasting from clipboard to vi-enabled zsh or bash shell added 476 characters in body |
|
Apr 28 |
revised |
What is a good way of saying “run this after 15 minutes” on a shell? added quotes around $@ as suggested on comment below |
|
Apr 28 |
revised |
What is a good way of saying “run this after 15 minutes” on a shell? changed $* into $@ following recomendation from comment below. Both will work in the context of the at command, but $@ is probably better standard practice. |