I want to search a string in a .txt .
After identifying the line need to add another string at the end of the line...
Please Help
Example:
(
echo 3-Trip-7000-23
echo 6-Lunch-600-2
echo 7-Breakfast-15-5
) > FILE.txt
If i type Lunch
it prints in that case Lunch-600-2
because search the string "Lunch" in the file, how do I have to code that... Im in windows