1.

/* and f* are same.(a) True(b) FalseI have been asked this question in an interview for internship.This is a very interesting question from Customizing Vi Editor in portion Advanced Vi of Unix

Answer»

The correct CHOICE is (b) False

The best explanation: /* will search the entire FILE for an asterisk, while f* looks for it in the CURRENT line only.



Discussion

No Comment Found

Related InterviewSolutions