| bio | website | |
|---|---|---|
| location | Melbourne, Australia | |
| age | 62 | |
| visits | member for | 2 years, 7 months |
| seen | 2 days ago | |
| stats | profile views | 426 |
Using Linux (Ubuntu) since September 2010
|
May 13 |
awarded | Popular Question |
|
Apr 18 |
awarded | Popular Question |
|
Apr 11 |
awarded | Notable Question |
|
Apr 1 |
comment |
How do I find the X window ID under the mouse pointer in bash? Good one! Thanks. |
|
Mar 18 |
accepted | Get monitor make and model and other info in human readable form |
|
Mar 18 |
comment |
Get monitor make and model and other info in human readable form That's a great answer. Thanks for the effort. |
|
Mar 16 |
revised |
Get monitor make and model and other info in human readable form added 1111 characters in body |
|
Mar 15 |
revised |
Get monitor make and model and other info in human readable form added 192 characters in body |
|
Mar 14 |
asked | Get monitor make and model and other info in human readable form |
|
Mar 14 |
comment |
In bash, how can I convert a Unicode Codepoint [0-9A-F] into the printabale character? Thanks... I'm still primarily using bash 4.1.5 in Ubuntu 10.04, but it's certainly good to know that it's now available in 4.2. (+1) |
|
Feb 24 |
awarded | Notable Question |
|
Feb 15 |
awarded | Notable Question |
|
Feb 11 |
revised |
Extract the base file name from a URL deleted 31 characters in body |
|
Feb 11 |
answered | Extract the base file name from a URL |
|
Feb 6 |
comment |
Why is it that , to newline is working but newline to , is not working sed? njsg, I think Stephane was suggesting to not use cat when there is no actual concatenation to be done, ie. implying to use <file tr '\n' , or tr '\n' , <file instead, thereby avoiding an unnecessary process. |
|
Feb 1 |
awarded | Popular Question |
|
Jan 31 |
awarded | Revival |
|
Jan 30 |
awarded | Good Question |
|
Jan 25 |
comment |
How to convert *text* to {\i text} with sed? It may depend on which sed you use. I get the same output with \\\i as with \\i. I am using `GNU sed version 4.2.1' |
|
Jan 25 |
answered | How to convert *text* to {\i text} with sed? |