OT: scripting help - can you check a string for starts with?

James Pifer jep at obrien-pifer.com
Wed Dec 19 17:17:21 UTC 2007


Thanks to all that replied. My final solution is if/then/else's. Not as
efficient as a case but does the job, and I can look for the substrings
that I need using:

if echo "$SYSTEMNAME" | grep -q "HP Compaq dc7700"
then
	blah blah blah

Thanks,
James




More information about the users mailing list