|
String Check in String
Hi,
i need to check my string1 is in another string2.
input_filename=017200910.DC30025
if [ my file has .DC3 ]
then
i need do some action
Can anyone tell me how to check my string is in another string.
example
i need to check .DC3 is in 017200910.DC30025
|