| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Jun 13 at 6:36 | |
| stats | profile views | 5 |
|
Dec 6 |
revised |
Compare two files added 133 characters in body |
|
Dec 6 |
answered | Compare two files |
|
Dec 5 |
comment |
What was superuser password set? @Kevin edited answer to aknowledge this |
|
Dec 5 |
revised |
What was superuser password set? added 161 characters in body |
|
Dec 5 |
answered | What was superuser password set? |
|
Dec 2 |
answered | How to produce a file encoded in Mac OS Roman |
|
Dec 1 |
awarded | Scholar |
|
Dec 1 |
comment |
Pasting from clipboard to vi-enabled zsh or bash shell This worked perfectly after installing xsel and copying your suggested code with a slight modification to my .zshrc (I chose '^P' instead of '^X', overwriting the original behaviour of '^P') |
|
Dec 1 |
accepted | Pasting from clipboard to vi-enabled zsh or bash shell |
|
Dec 1 |
comment |
Pasting from clipboard to vi-enabled zsh or bash shell shift-insert does work in my environment, and it's definitely good to know, for use when in a different system. I'm looking however for something closer to actual vim keybindings for yank and/or paste between terminals, vim itself and other programs |
|
Dec 1 |
revised |
Pasting from clipboard to vi-enabled zsh or bash shell added 476 characters in body |
|
Nov 30 |
awarded | Student |
|
Nov 30 |
asked | Pasting from clipboard to vi-enabled zsh or bash shell |
|
Apr 30 |
awarded | Supporter |
|
Apr 28 |
comment |
What is a good way of saying “run this after 15 minutes” on a shell? @glenn, re-edited accordingly. Thanks for the tip, I didn't know that! |
|
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 |
awarded | Editor |
|
Apr 28 |
comment |
What is a good way of saying “run this after 15 minutes” on a shell? Thanks for the tip. I edited my answer accordingly. I think it doesn't change anything in the context of the at command, bu it's definitely better standard practice. |
|
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. |
|
Apr 25 |
answered | What is a good way of saying “run this after 15 minutes” on a shell? |