'''To find pattern:''' We have to escape with '''\''' for special character like: ()[] etc.
<source lang="bash">
# Search forward
/Value \(iter 14\)
# Search backward, first go to End for file with: Shift+g
?/The chi-squared value has not converged.
</source>
'''n''' or '''N''' – for next match in forward / previous match in backward