for example, consider a file "abc.txt" has following content
{apple_Text "1"}
{banana_Text "2"}
{orange_Text "3"}
Now, I want to search "apple_Text" keyword in that file and if found it should print second column value in that, i.e. "1". Can I know how to do that in Tcl??