Search Results

Search: Posts Made By: vigithvg
1,763
Posted By vigithvg
Grep should have worked if you do not care about...
Grep should have worked if you do not care about the presence of /*---- pattern before the searched strings. If it matters, post back, otherwise use below command.
cat <input_file> | grep -E...
2,120
Posted By vigithvg
Just to add up to that, PATH is a system...
Just to add up to that, PATH is a system variable, which is assigned by the system, and is available through out, while your ANT_HOME is a user variable, initialized and assigned by you and its scope...
13,370
Posted By vigithvg
Did you try using -A.xml as an option ?
Did you try using -A.xml as an option ?
5,803
Posted By vigithvg
Replace variable names in text file with its value
Hi

I have a text file (mytext.txt), the content of which is as following:
My name is <@MY_NAME@> and my age is <@MY_AGE@> .
Now i have another property file (myprops) which is as following:...
Showing results 1 to 4 of 4

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