...
The following examples demonstrate the
find command:
Panel |
---|
Html bobswift |
---|
<pre>
find "This is a test" seq=is
echo $(_lastrc.result)
3
find "This is a test" seq=" " num=2
echo $(_lastrc.result)
8
set mystring="I love examples"
find "$(mystring)" seq=EXAMPLES case=yes
echo $(_lastrc.result)
-1
find "This is a test" seq=" " pos=6
echo $(_lastrc.result)
8
</pre>
|
|