extract value from file using shell script
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I have file i grep
grep binariesDir filestore.xml
/local/armdata/data/filestore1
/local/armdata/data/filestore2
in this output i need extract /local/armdata/data/filestore1, /local/armdata/data/filestore2
is there any way to do this.
linux
New contributor
add a comment |Â
up vote
-1
down vote
favorite
I have file i grep
grep binariesDir filestore.xml
/local/armdata/data/filestore1
/local/armdata/data/filestore2
in this output i need extract /local/armdata/data/filestore1, /local/armdata/data/filestore2
is there any way to do this.
linux
New contributor
grep binariesDir filestore.xml <binariesDir>/local/armdata/data/filestore1</binariesDir> <binariesDir>/local/armdata/data/filestore2</binariesDir>
â rajesh
12 mins ago
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have file i grep
grep binariesDir filestore.xml
/local/armdata/data/filestore1
/local/armdata/data/filestore2
in this output i need extract /local/armdata/data/filestore1, /local/armdata/data/filestore2
is there any way to do this.
linux
New contributor
I have file i grep
grep binariesDir filestore.xml
/local/armdata/data/filestore1
/local/armdata/data/filestore2
in this output i need extract /local/armdata/data/filestore1, /local/armdata/data/filestore2
is there any way to do this.
linux
linux
New contributor
New contributor
New contributor
asked 14 mins ago
rajesh
1
1
New contributor
New contributor
grep binariesDir filestore.xml <binariesDir>/local/armdata/data/filestore1</binariesDir> <binariesDir>/local/armdata/data/filestore2</binariesDir>
â rajesh
12 mins ago
add a comment |Â
grep binariesDir filestore.xml <binariesDir>/local/armdata/data/filestore1</binariesDir> <binariesDir>/local/armdata/data/filestore2</binariesDir>
â rajesh
12 mins ago
grep binariesDir filestore.xml <binariesDir>/local/armdata/data/filestore1</binariesDir> <binariesDir>/local/armdata/data/filestore2</binariesDir>
â rajesh
12 mins ago
grep binariesDir filestore.xml <binariesDir>/local/armdata/data/filestore1</binariesDir> <binariesDir>/local/armdata/data/filestore2</binariesDir>
â rajesh
12 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
rajesh is a new contributor. Be nice, and check out our Code of Conduct.
rajesh is a new contributor. Be nice, and check out our Code of Conduct.
rajesh is a new contributor. Be nice, and check out our Code of Conduct.
rajesh is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f477178%2fextract-value-from-file-using-shell-script%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
grep binariesDir filestore.xml <binariesDir>/local/armdata/data/filestore1</binariesDir> <binariesDir>/local/armdata/data/filestore2</binariesDir>
â rajesh
12 mins ago