2,567 reputation
1420
bio website
location
age
visits member for 1 year, 4 months
seen 29 mins ago
stats profile views 85

May
16
comment Perform floating point arithmetic in shell script variable definitions
@JohnB You should really try the awk alternative. Don't use bash for these kind of tasks!
May
2
awarded  Fanatic
May
1
reviewed No Action Needed Minimal Java installation for Linux with no GUI
Apr
25
comment Search and replace full line in recursive files
Did you look into sed?
Apr
25
reviewed Approve suggested edit on Fedora 18. Centering activities on one monitor
Apr
23
comment CD into directory from HISTORY in a bash script or alias e.g. $(!!)
You are misusing find: find -type f -name "myfile.txt"
Apr
23
comment How to display result of df every 30s?
@Hauke Of course, I just wanted to be precise :)
Apr
23
comment How to display result of df every 30s?
But this would be every 30s + execution time of df, right?
Apr
21
comment vi[m] read range of lines from another file
@cellar.dweller You could make some kind of function out of it, if you really want something easier.
Apr
21
revised How to create rootfs for user mode linux on Fedora 18?
Fixed tags and grammar
Apr
21
awarded  Cleanup
Apr
21
comment vi[m] read range of lines from another file
@Stephane Good to shorten answers, but your suggestion didn't work.
Apr
21
comment vi[m] read range of lines from another file
@cellar.dweller My answer was updated by some-one, I got the same error by that code. I back-rolled it. See if this works for you.
Apr
21
revised vi[m] read range of lines from another file
rolled back to a previous revision
Apr
21
revised difference between .* and * in regular Expression
Replaced double quotes by backticks
Apr
21
comment difference between .* and * in regular Expression
According to your explanation l*x shoud match neither l...x nor linux. Right?
Apr
21
comment difference between .* and * in regular Expression
Please note that . is a special character that should be escape if you want to use it as a dot.
Apr
21
comment difference between .* and * in regular Expression
Why are you using \< and \>?
Apr
21
revised Detecting monitors on machine over local ssh connection
Improved text/layout for readibility
Apr
21
reviewed Approve suggested edit on Detecting monitors on machine over local ssh connection