Sponsored Content
Full Discussion: re-arrange fqdn entries
Top Forums Shell Programming and Scripting re-arrange fqdn entries Post 302302046 by hazno on Sunday 29th of March 2009 11:10:06 PM
Old 03-30-2009
There was an extra ' which thru up a syntax err. :-)

I removed it and it works a treat. Thanks.

Quote:
awk -F[.,] '{for ( n = NF - 1; n >= 1; --n ) printf "%s,", $n; print $NF}'
Domo arigatou. Thank you.

How would I make it so, it checks 5 levels deep and if the fqdn is not 5 levels deep it would output nothing but keep the comma delimited.

For example:

Input:

aa.bb.cc.dd,78

Output:

dd,cc,bb,aa,,78

I need to keep the columns aligned no matter how short the fqdn is...

thanks & regards

Last edited by hazno; 03-30-2009 at 12:19 AM..
 

10 More Discussions You Might Find Interesting

1. Programming

FQDN and getdomainname

I have a need to create a connection between an erlang node and my C program. the name of an erlang node looks something like monitor@host1.ipc.co.za. The piece of code I have to construct a node name looks like this: char *hostname, *domainname, *nodename = "monitor", *thisfullnodename; ... (1 Reply)
Discussion started by: NanoSec
1 Replies

2. Solaris

Using sendmail without FQDN

Hello Folks, Am facing an issue regarding sendmail. Sendmail is working on the server but it does not have an FQDN and the server is not connected to internet ie it does not have a public IP, it is in the intranet with 192.xxx.xxx.xx IP. How do we go about sending mail from this sendmail... (1 Reply)
Discussion started by: rcmrulzz
1 Replies

3. UNIX for Advanced & Expert Users

Parsing an FQDN

Hi, I want a shell command through which I can parse an FQDN (Fully Qualified Domain Name) and check whether it is correct or not? The FQDN can accept alphanumeric, . and - only. I tried grep -E "^|\-|." <file name>, but I am not able to get the correct result.:confused: Please provide... (1 Reply)
Discussion started by: g_rohit7
1 Replies

4. Solaris

Sendmail to username without FQDN

I have some Solaris 10 machines that cannot send an email without @domain added. For instance, myusername@host.com will work, but just using myusername will not. I also have some Solaris 8 machines, but I can send emails with or without the @domain added. Does anyone know what is making sendmail on... (0 Replies)
Discussion started by: njhardc0re
0 Replies

5. Shell Programming and Scripting

FQDN into domain name and hostname

I'm working on a rather large script atm (it already takes 9 arguments). As such, I need to obtain both a server name and domain from the FQDN. From this, I want to both populate the hostname of the server, as well as the domain line in the /etc/resolv.conf file. Obviously, this isn't working. I... (10 Replies)
Discussion started by: msarro
10 Replies

6. Shell Programming and Scripting

how to get the FQDN

Suppose I am in one server A .I want to know the FQDN of another host B then how can I get the FQDN of that host B from host A. (1 Reply)
Discussion started by: maitree
1 Replies

7. Shell Programming and Scripting

Replacing FQDN by hostnames in a CSV file with sed & awk

Hello, Beginning with shell scipting, I'm trying to find in a csv file, the lines where the field related to hostname is displayed as an FQDN intead the hostname. (some lines are correct) and the to correct that inside the file: Novell,11.0,UNIX Server,bscpsiws02,TxffnX1tX1HiDoyBerrzWA==... (2 Replies)
Discussion started by: Wonto
2 Replies

8. Solaris

Help with parsing regex in tripwire for Solaris 10 dfstab FQDN

Help with parsing regex in tripwire: the rule is" This test verifies that all exported file systems found in /etc/exports specify a fully qualified domain name containing "thecss.com" or a NIS netgroup.." regex that does not work is : ... (1 Reply)
Discussion started by: bathija12
1 Replies

9. AIX

Named resolving old fqdn on AIX after change to new fqdn.

Hey All, We have defined abc.this.that in: /etc/named.conf and corresponding files but after the change that we verified through dig -x this.that ptr all is resolving correctly. However in the /var/log/named/named.log file we still see entries for: 4-May-2015 12:15:30.390 queries:... (6 Replies)
Discussion started by: Devyn
6 Replies

10. AIX

Ldapsearch takes minutes when using FQDN vs IP

Hey All, ldapsearch takes minutes when using FQDN vs IP. What could be some of the reasons for that? Cheers, DH (13 Replies)
Discussion started by: Devyn
13 Replies
NNTPSEND(8)						      System Manager's Manual						       NNTPSEND(8)

NAME
nntpsend - send Usenet articles to remote site SYNOPSIS
nntpsend [ -a ] [ -c ] [ -d ] [ -D ] [ -p ] [ -r ] [ -S ] [ -l ] [ -n ] [ -s size ] [ -t timeout ] [ -T timelimit ] [ -P portnum ] [ site- name fqdn ] ... DESCRIPTION
Nntpsend is a front-end that invokes innxmit(1) to send Usenet articles to a remote NNTP site. The sites to be fed may be specified by giving sitename fqdn pairs on the command line. If no such pairs are given, nntpsend defaults to the information given in the nntpsend.ctl(5) config file. The sitename should be the name of the site as specified in the newsfeeds(5) file. The fqdn should be the hostname or IP address of the remote site. An innxmit is launched for sites with queued news. All innxmit processes are spawned in the background and the script waits for them all to finish before returning. Output is sent to the file /var/log/news/nntpsend.log. In order to keep from overwhelming the local system, nntpsend waits five seconds before spawned each child. Nntpsend expects that the batchfile for a site is named /var/spool/news/out.going/sitename. To prevent batchfile corruption, shlock(1) is used to ``lock'' these files. When sitename fqdn pairs are given on the command line, any flags given on the command completely describe how innxmit and shrinkfile oper- ate. When no such pairs are given on the command line, then the information found in nntpsend.ctl becomes the default flags for that site. Any flags given on the command line override the default flags for the site. OPTIONS
-c -d -D The ``-d'' flag causes nntpsend to send output to stdout rather than the log file /var/log/news/nntpsend.log. The ``-D'' flag does the same and it passes ``-d'' to all innxmit invocatins which in turn causes innxmit to go into debug mode. -s If the ``-s'' flag is used, then shrinkfile(1) will be invoked to perform a tail truncation on the batchfile and the flag will be passed to it. -l If the ``-l'' (lazy) flag is specified, then the script will be more aggressive about deciding there is nothing to be done. This can be useful when using nntpsend as a backup for a site fed by nntplink. -a -p -r -S -t -T The ``-a'', ``-p'', ``-P'', ``-r'', ``-S'', ``-t'', and ``-T'' flags are passed on to the child innxmit program. See innxmit(8) for more details. Note that if the ``-p'' flag is used then no connection is made and no articles are fed to the remote site. It is useful to have cron(8) invoke nntpsend with this flag in case a site cannot be reached for an extended period of time. EXAMPLES
With the following control file: nsavax:erehwon.nsavax.gov::-S -t60 group70:group70.org:: walldrug:walldrug.com:4m-1m:-T1800 -t300 kremvax:kremvax.cis:2m: The command: nntpsend will result in the following: Sitename Truncation Innxmit flags nsavax (none) -a -S -t60 group70 (none) -a -t180 walldrug 1m if >4m -a -T1800 -t300 kremvax 2m -a -t180 The command: nntpsend -d -T1200 will result in the following: Sitename Truncation Innxmit flags nsavax (none) -a -d -S -T1200 -t60 group70 (none) -a -d -T1200 -t180 walldrug 1m if >4m -a -d -T1200 -t300 kremvax 2m -a -d -T1200 -t180 The command: nntpsend -s 5m -T1200 nsavax erehwon.nsavax.gov group70 group70.org will result in the following: Sitename Truncation Innxmit flags nsavax 5m -a -T1200 -t180 group70 5m -a -T1200 -t180 Remember that ``-a'' is always given, and ``-t'' defaults to 180. HISTORY
Written by Landon Curt Noll <chongo@toad.com> and Rich $alz <rsalz@uunet.uu.net> for InterNetNews. This is revision 1.9, dated 1996/10/29. SEE ALSO
innxmit(1), newsfeeds(5), nntpsend.ctl(5), shrinkfile(1). NNTPSEND(8)
All times are GMT -4. The time now is 01:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy