1.

To yank from current cursor up to first occurrence of string str in reverse direction, we can use:$

A. y?str
B. y!str
C. yy str
D. yy ! str
Answer» B. y!str


Discussion

No Comment Found