Sep 10, 2003 #1 strikelit MIS Sep 10, 2003 88 US I had an error in my sendmail.cf file , its huge, and I had an error in line 350. How can I search for a specific line in vi for this large file ?
I had an error in my sendmail.cf file , its huge, and I had an error in line 350. How can I search for a specific line in vi for this large file ?
Sep 10, 2003 #2 CaKiwi Programmer Apr 8, 2001 1,294 US Enter :350 or 350G CaKiwi "I love mankind, it's people I can't stand" - Linus Van Pelt Upvote 0 Downvote
Sep 10, 2003 #3 abutifilmnd Technical User Apr 14, 2003 7 US You can enter vi +350 sendmail.cf it will go directly on that line. other way is to trun line numbers on go to : prompt :se nu <hit enter> Upvote 0 Downvote
You can enter vi +350 sendmail.cf it will go directly on that line. other way is to trun line numbers on go to : prompt :se nu <hit enter>