stan wrote:
I have a situation at work, where I need a FreeBSD machine to be in the
corporate DNS. We have been bought out, and the new owner says "no static
DNS entries". They use some Microsoft technogly where the client machiens
register thier names with the corprate DNS.
My Windows laptop f
Phusion wrote:
I need some help configuring sendmail to send only using authorization
to a smart host being the ISP's mail server. I'm running 7.2-RELEASE.
I've looked over
http://www.freebsd.org/doc/en/books/handbook/outgoing-only.html but
want to use the built-in sendmail. I've run the followin
Gary Kline wrote:
On Mon, Sep 07, 2009 at 08:06:51AM +0100, Mark Willson wrote:
The following version should do what you want:
BEGIN {
ncnt = 0
prev = "BOF"
}
/^ *$/ {
ncnt++;
if (ncnt > 3) {
print "Emphasis at " NR ":
Gary Kline wrote:
Yes, this works just fine. I findthat there are about 130 places that
I need to
track... --yeah, i did over-do it in the time-breaks in my story.
Is there a way of printing the string/line in the `manuscript' file
along with the line
number? I'm
Gary Kline wrote:
in my manuscript, i have many places where i'ved used several
newlines to indicate a jump in time, or topic, or mood, or
<>. i have lost these vertical spacing in all but my
original draft. can i use grep somehow to find these extra newlines?
if not grep, then sed, ed, or wh