Search Results

Search: Posts Made By: hipe
2,344
Posted By hipe
1. No, they will not abort. In case of actual...
1. No, they will not abort. In case of actual disk block copying the target will contain garbage.

2. The same as 1. The reading proces will get garbage.

In some situations it could "work" - if...
7,524
Posted By hipe
Replace export m=$m with export m in your script.
Replace export m=$m with export m in your script.
2,323
Posted By hipe
Ed example: v/bb/s/aa/aa bb/g in all lines...
Ed example:
v/bb/s/aa/aa bb/g in all lines without 'bb' sustitute 'aa' with 'aa bb'

Use in code like this:

ed filename <<eof
v/bb/s/aa/aa bb/g
w
q
eof
Forum: Debian 08-07-2012
4,757
Posted By hipe
When you say you are able to log in the first...
When you say you are able to log in the first time, does that mean after the power cycle?
It seems that the system does not complete all startup procedures for whatever reason.
When you have shell...
2,300
Posted By hipe
Sorry, my mistake. Hope this will fix it: ...
Sorry, my mistake.

Hope this will fix it:

grep -e 'aa.*bb' -e 'bb.*aa'

Sed version is nice:

sed -n '/aa/{/bb/p;}'
2,300
Posted By hipe
grep -e aa -e bb
grep -e aa -e bb
1,616
Posted By hipe
For removing characters tr -d '$' < orig.csv >...
For removing characters tr -d '$' < orig.csv > corrected.csv is more straightforward.
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy