*LAST WRK
Note that *last wrk, *L wrk, and < wrk all give the same result.
You can repeat the last search you entered by specifying '*' instead of the search string. To retrieve the next previous command beginning with 'wrk', type the following on the command line and press Enter.
*FIRST *
>> 3 uuae
Note that *scanf 3 uuae, *SF 3 uuae, and >>3UUAE all give the same result.
To retrieve the next command containing 'uuae', in other words to repeat the search, type the following on the command line and press Enter. Note that in this case the first matching command, not the third, is retrieved.
>> *
You can also use the '*' to repeat the search in reverse chronological order as follows. To retrieve the first previous command containing 'uuae' type the following on the command line and press Enter.
<< *
<<uu??srr
<< 1 397
Note that you need to include the '1' to indicate the first occurrence. This is needed to distinguish between the optional numeric value and the numeric search string.
Typing <<1397 gives the same result.
– dspmsg
Note that –dspmsg gives the same result.
+cpyf fromfile(myfile) tofile(yourfile)
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |