Sponsored Content
Full Discussion: Shell script required
Top Forums UNIX for Dummies Questions & Answers Shell script required Post 302761823 by RudiC on Sunday 27th of January 2013 06:00:56 AM
Old 01-27-2013
Try this as a starting point. This works on linux mawk, not necessarily on other versions of awk (esp. the separator for split). As you can see, the conditions to pick fields are quite sensitive, so you might want to choose differently:
Code:
awk  'BEGIN     {print "IP HOST_NAME PORT CONTEXT_NAME VLAN_ID"}
     /IP IS/    {IP=$3}
     / conf /   {split ($1, Ar, "[\]#]"); HOST=Ar[2]; PORT=$NF} 
     /pvc/      {VLAN=$3}
     /UPLINK/   {CONTXT=$4; print IP, HOST, "PORT", PORT, CONTXT, VLAN}
    ' file
IP HOST_NAME PORT CONTEXT_NAME VLAN_ID
10.238.52.65 pun-ras-bng-mhs-01 PORT 2/4 bsnl.in 3000
10.238.52.65 pun-ras-bng-mhs-01 PORT 2/4 mgmt 3001
10.238.52.65 pun-ras-bng-mhs-01 PORT 2/4 local 3002
10.238.52.65 pun-ras-bng-mhs-01 PORT 9/1 mgmt 3003
10.238.52.65 pun-ras-bng-mhs-01 PORT 9/1 local 3004
10.238.52.65 pun-ras-bng-mhs-01 PORT 9/1 bsnl.in 3005
10.238.54.1 enk-ras-bng-cse-01 PORT 1/4 bsnl.in 3000
10.238.54.1 enk-ras-bng-cse-01 PORT 1/4 mgmt 3001
10.238.54.1 enk-ras-bng-cse-01 PORT 1/4 local 3002
10.238.54.1 enk-ras-bng-cse-01 PORT 1/4 iptv-digivision 3008
10.238.54.1 enk-ras-bng-cse-01 PORT 1/4 voip-ITI 3012
10.238.54.1 enk-ras-bng-cse-01 PORT 1/4 FOR 3016            <---  due to ambiguous condition (upper case UPLINK)
10.238.54.1 enk-ras-bng-cse-01 PORT 1/4 wimaxmgmt 3016
10.238.54.1 enk-ras-bng-cse-01 PORT 1/4 wimax 3018

This User Gave Thanks to RudiC For This Post:
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

shell script required

hi , i need a shell script that will remove the first and second lines of the text file and will list the word count of the characters present in it. the text file will be consisting of multiple textfiles.the first text file starts from 01-34.like wise the next file also starts from 01-34... (4 Replies)
Discussion started by: sethunath
4 Replies

2. Linux

shell script required

Hi, iam presenting the input text file format.Of this i need the character count of the number of characters present in each file.The attached file is a combination of 3 text file.each text file starts at record 1 - 34, then the next tetx file starts. What i need is the character count of each... (1 Reply)
Discussion started by: sethunath
1 Replies

3. Shell Programming and Scripting

Shell Script Required!

Hi people, I am new to this forum. I have taken unix this semester in my college and i am new to it. I am finding shell scripting a bit hard and i need a little help. I require a shell script to delete files that end as .bak , .BAK, #, ~ and files with the name core.The Script should accept... (3 Replies)
Discussion started by: vats
3 Replies

4. Shell Programming and Scripting

Shell Script Required

I have following information in one file. ObjID: 004ee4e4-0d92-71dd-1512-9887a1f10000 Address: 152.135.0.61 PingState: Ping Responding ----------------Management Address--------------------- ++++++++++++++++Interface+++++++++++++++++++++ IFName: dall00r1.mis.amat.com ] ObjID:... (3 Replies)
Discussion started by: ntgobinath
3 Replies

5. Shell Programming and Scripting

Shell script help required

Hi, Can someone help me with this small piece of code. DIRNAME=$(dirname $0) BASENAME=$(basename $0) DATA="${DIRNAME}/${BASENAME}.data" && . $DATA whats is meant by && . $DATA here... Regards, Abhishek (2 Replies)
Discussion started by: max29583
2 Replies

6. Shell Programming and Scripting

Small shell script help required

Hi Guys, Please can some one explain me the below part of code. In this code what is the use of the line in Bold. COPY=0 if ; then echo "$CONF exists and is non-empty - backing it up" SUFFIX=`date +%Y%m%d%H%M%S` echo "cp -p $CONF $CONF.$SUFFIX" cp -p $CONF... (4 Replies)
Discussion started by: max29583
4 Replies

7. Shell Programming and Scripting

shell script required...

There are two fields actually one is server name and the other one is Time. Based on time, there are 8 columns and these will be updated with the flag 1 if at all if there is any server name. Time Server name 15 to 18 18 to 21 21 to 24 00 to 03 03 to 06 06 to 09 09 to 12 Server... (3 Replies)
Discussion started by: venkatesht
3 Replies

8. Shell Programming and Scripting

Shell script is required

Dear All I have a filelisting as below: abcd_20110715_0007 abcd_20110715_0010 abcd_20110716_0001 abcd_20110716_0004 abcd_20110715_0008 abcd_20110715_0011 abcd_20110716_0002 abcd_20110716_0005 abcd_20110715_0009 abcd_20110715_0012 abcd_20110716_0003 abcd_20110716_0006 ... (3 Replies)
Discussion started by: at1700
3 Replies

9. Shell Programming and Scripting

help required with shell script

Hi, My input file as follws $ cat 1.txt ------- a aa aaa 11 b bb bbb 22 I am able to extract first and last column of a given line as follows. $ nawk '{print $1}' FS= RS= 1.txt | awk '{ $NF = ""; print }' a $ nawk '{print $1}' FS= RS= 1.txt | awk '{ print $NF}' 11 however, the... (4 Replies)
Discussion started by: bala123
4 Replies
CURLOPT_FTPPORT(3)					     curl_easy_setopt options						CURLOPT_FTPPORT(3)

NAME
CURLOPT_FTPPORT - make FTP transfer active SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTPPORT, char *spec); DESCRIPTION
Pass a pointer to a zero terminated string as parameter. It specifies that the FTP transfer will be made actively and the given string will be used to get the IP address to use for the FTP PORT instruction. The PORT instruction tells the remote server to connect to our specified IP address. The string may be a plain IP address, a host name, a network interface name (under Unix) or just a '-' symbol to let the library use your system's default IP address. Default FTP operations are passive, and thus won't use PORT. The address can be followed by a ':' to specify a port, optionally followed by a '-' to specify a port range. If the port specified is 0, the operating system will pick a free port. If a range is provided and all ports in the range are not available, libcurl will report CURLE_FTP_PORT_FAILED for the handle. Invalid port/range settings are ignored. IPv6 addresses followed by a port or portrange have to be in brackets. IPv6 addresses without port/range specifier can be in brackets. Examples with specified ports: eth0:0 192.168.1.2:32000-33000 curl.se:32123 [::1]:1234-4567 You disable PORT again and go back to using the passive version by setting this option to NULL. The application does not have to keep the string around after setting this option. DEFAULT
NULL PROTOCOLS
FTP EXAMPLE
TODO AVAILABILITY
Port range support was added in 7.19.5 RETURN VALUE
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or CURLE_OUT_OF_MEMORY if there was insufficient heap space. SEE ALSO
CURLOPT_FTP_USE_EPRT(3), CURLOPT_FTP_USE_EPSV(3), libcurl 7.54.0 December 21, 2016 CURLOPT_FTPPORT(3)
All times are GMT -4. The time now is 06:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy