Thank you for correspondence


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Thank you for correspondence
# 1  
Old 12-26-2008
Thank you for correspondence

There is no indication (that I can find) as to who sent me the eMail regarding my occasional visits to this forum. I do come and browse at times, and want to keep my name on your list. However, I am not far enough along in my understanding of code to participate except for an occasional "dummies" post which I can usually answer for myself.

Please, if it's necessary for your attendance records, continue to remind me that you are still here and I shall run over and let you know I'm still interested in the forum, or better yet, when I come here I'll sign in rather than just browse.

Thankx again for your interest, ....goldenbill
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unix - one to one correspondence to files

Hello, I am writing a Log Unifier program. That is, I have a system that produces logs: my.log, my.log.1, my.log.2, my.log.3... I want on each iteration to store the number of lines I've read from a certain file, so that on the next iteration - I can continue reading on from that place. ... (1 Reply)
Discussion started by: lastZenMaster
1 Replies
Login or Register to Ask a Question
avahi-browse(1) 					      General Commands Manual						   avahi-browse(1)

NAME
avahi-browse - Browse for mDNS/DNS-SD services using the Avahi daemon SYNOPSIS
avahi-browse [options] service-type avahi-browse [options] --all avahi-browse [options] --browse-domains avahi-browse [options] --dump-db avahi-browse-domains [options] DESCRIPTION
Browse for mDNS/DNS-SD network services and browsing domains using the Avahi daemon. OPTIONS
Specify a DNS-SD service type (e.g. _http._tcp) to browse for on the command line, or -a to browse for all available service types. Items that appear on the network are prefixed with "+", items that disappear are prefixed with "-". If --resolve is passed items that are resolved are prefixed with "=". -a | --all Browse for all service types registered on the LAN, not just the one specified on the command line. -D | --browse-domains Browse for browsing domains instead for services. avahi-browse-domains is equivalent to avahi-browse --browse-domains -d | --domain= DOMAIN Browse in the specified domain. If omitted avahi-browse will browse in the default browsing domain (usually .local) -v | --verbose Enable verbose mode. -t | --terminate Terminate after dumping a more or less complete list. -c | --cache Terminate after dumping all entries available in the cache. -l | --ignore-local Ignore local services, show only remote services. -r | --resolve Automatically resolve services found. -f | --no-fail Don't fail if the daemon is not found running. Instead, wait until it appears. If it disconnects, try to reconnect. -p | --parsable Make output easily parsable for usage in scripts. If enabled fields are separated by semicolons (;), service names are escaped. It is recommended to combine this with --no-db-lookup. -k | --no-db-lookup Don't lookup services types in service type database. -b | --dump-db Dump the service type database (may be combined with -k) -h | --help Show help. -V | --version Show version information. AUTHORS
The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from http://avahi.org/ SEE ALSO
avahi-publish(1), avahi-resolve(1), avahi-daemon(8) COMMENTS
This man page was written using xml2man(1) by Oliver Kurth. Manuals User avahi-browse(1)