Search Results

Search: Posts Made By: sirababu
3,023
Posted By disedorgue
Hi, Sed version: sed 's/^.*[^"]\("*user...
Hi,
Sed version:
sed 's/^.*[^"]\("*user id[^;]*;\)/ \1&/i;s/^.*[^"]\("*datasource name[^;]*\)/\1&/i;s/\([^;]*\);.*/\1/' file

-replace line by space + field user id + semicolon + line
and...
3,023
Posted By Yoda
I guess this is a typo: Dir Path2 ...
I guess this is a typo:
Dir Path2
Password="pwd2"; User id="uid2"; Connection pool="somename2"; "datasource dame"="DS name2";some other fields.
This awk code should help:
awk '
/Dir...
Showing results 1 to 2 of 2

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