• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1test:
2	echo $(findstring a, a b c)
3	echo $(findstring b, a b c)
4	echo $(findstring b c, a b c)
5	echo $(findstring a, b c)
6	echo $(findstring a, b c, a)
7