Sponsored Content
Full Discussion: Doubt on using AWK
Top Forums Shell Programming and Scripting Doubt on using AWK Post 302716293 by RudiC on Tuesday 16th of October 2012 06:59:19 AM
Old 10-16-2012
Try this one:
Code:
awk '{gsub("\|"," = ")
      gsub("}","\n")
      gsub(/[0-9{]/,"")
     }
     1
    ' inputfile
DE_CODE = AXXANY
APP_NAME = TELCO
LOC = NY
DE_CODE = AXXATX
APP_NAME = TELCO
LOC = TX
DE_CODE = AXXABT
APP_NAME = TELCO
LOC = BT
DE_CODE = AXXANJ
APP_NAME = TELCO
LOC = NJ

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

awk doubt

I'm having a file with 5 fields. I want to sort that file according to one field no 3. How shall I do using awk programming. Any input appreciatable. regards, vadivel. (7 Replies)
Discussion started by: vadivel
7 Replies

2. Shell Programming and Scripting

doubt in AWK

Hi all, column1 -------- 33 44 55 66 please provide the script using awk command to dispaly output 55. Help apperciated.. thanks, Nirmal (4 Replies)
Discussion started by: abnirmal
4 Replies

3. Shell Programming and Scripting

awk doubt

hi how to get the values in two columns (may be 2nd and 5th column) of a file line by line. either i want to get the two fields into different variables and use a for loop to get these values line by line. (3 Replies)
Discussion started by: Pradee
3 Replies

4. UNIX for Dummies Questions & Answers

doubt about awk

i have a file like this: awk.lst smith : sales : 1200 : 2 jones:it:25000 : 2 roger : it : 1500 : 2 ravi | acct | 15000 i have 3 doubts 1) when i say awk -F ":" '$2 ~ /'it'/ {print $0}' awk.lst i am not able to get jones in the ouput , is it because of space issue? 2)how to... (2 Replies)
Discussion started by: soujanya_srk
2 Replies

5. Shell Programming and Scripting

AWK doubt

Hello people I have a doubt about awk... I´m using it to create a condition where I do not want to use the 0 (zero) value of a certain column. - This is the original file: string,number,date abc,0,20050101 def,1,20060101 ghi,2,20040101 jkl,12,20090101 mno,123,20020101... (2 Replies)
Discussion started by: Rafael.Buria
2 Replies

6. Shell Programming and Scripting

doubt in awk

Hi , I have a file in the below format: 1.txt awk 'BEGIN { printf ("%1s", "man" )} ' awk 'BEGIN { printf ("%9s", "women" )} ' awk 'BEGIN { printf ("%56s", "human")} ' ## ### ## echo "$!" ## awk 'BEGIN { printf ("%1s", "aaa" )} ' awk 'BEGIN { printf ("%19s", "bbb" )} ' ... (4 Replies)
Discussion started by: jisha
4 Replies

7. Shell Programming and Scripting

doubt on awk

I have executed the below command: find . -name "Ks*" -type f -exec ls -ltr {} \; | awk '{printf("%ld %s %d %s \n",$5,$6,$7,$8,$9)}' and here is the output: 1282 Oct 7 2004 51590 Jul 10 2006 921 Oct 7 2004 1389 Jun 4 2003 1037 May 19 2004 334 Mar 24 2004 672 Jul 8 2003 977... (6 Replies)
Discussion started by: venkatesht
6 Replies

8. Shell Programming and Scripting

Awk doubt

I have a file sample.txt with the following contents: the following gives output as awk 'NF{s=$0; print s}' sample.txt but, awk 'NF{s=$0}{print s}' sample.txtgives output as why this difference, can someone explain me? (6 Replies)
Discussion started by: royalibrahim
6 Replies

9. UNIX for Dummies Questions & Answers

a doubt in awk

instead of writing print command in awk, i saw in some posts that we can simply write a number before we end the awk command and it will print the file. As given below: $awk '{some manipulation; print}' filename $awk '{some manipulation}1' filename I also tried replacing the... (2 Replies)
Discussion started by: PranavEcstasy
2 Replies

10. Shell Programming and Scripting

Doubt in awk

Hi, I got a below requirement from this forum, but the solution provided was not clear. Below is the requirement Input file A 1 Z A 1 ZZ B 2 Y B 2 AA Required output B Y|AA A Z|ZZ (5 Replies)
Discussion started by: stew
5 Replies
pfstat(8)						      System Manager's Manual							 pfstat(8)

Name
       pfstat - print packet filter status information

Syntax
       /usr/bin/pfstat [ -cdfkpqsv01234567 ] [ system [ corefile ] ]

Description
       The  command interprets the data structures of the packet filter driver If system is given, the required namelist is taken from there; oth-
       erwise, it is taken from If corefile is given, the data structures are sought there, otherwise in (If corefile is a core dump,  the  option
       must be given.)

Options
       If no options are given, then all are assumed (except for the verbose option, ).

       c      Counts.	Displays  various  counts (per ethernet unit) including number of packets sent and received, the number of packets dropped
	      due to full input queues, the number of packets not wanted by any filter, and the number of packets missed by the interface.

       d      Descriptors.  Displays OpenDescriptors for each minor device.

       f      Filters.	Displays packet filters for each minor device.

       k      Specifies the corefile is a crash dump, not a running system's

       p      Parameters.  Displays device parameters including device type, header and address lengths, maximum  transmission	units  (MTU),  and
	      interface and broadcast.	addresses.

       q      QueueElements.  Displays the QueueElements.

       s      Scavenger.  Displays the FreeQueue and Scavenger statistics.

       v      Verbose.	Displays information for minor devices not actually in use and complete queue information, only if this flag is given.

       <digit>
	      Limits output to information about specified units. If no digits are given, all units are displayed.

Restrictions
       Some of the output is a bit cramped to fit on an 80-character line.  It should be possible to get a less verbose but more readable listing.

       Since  things  happen quickly, it is not likely that will provide a consistent view of a running system.  It is mostly useful for analyzing
       static or slowly-varying problems, not transient ones.

Output Format
       This section describes the information displayed in the output of the command under the headings and

	      # 	  Minor device number for open descriptor.

	      LOC	  Descriptor location.

	      LINK-QUEUE  Forward link to other descriptors.

	      STATE	  Blank, or one of:

			  wait	  waiting for input, indefinite wait

			  timed   waiting for input, timed wait

			  tout	  has timed out

	      WAIT-QUEUE  Addresses of ``Queue Elements'' for waiting packets.

	      NQ'D	  Number of packets queued for input/maximum for this queue.

	      TOUT	  Timeout duration in clock ticks (if the [Verbose] option is not given, then times may be expressed as  minutes  [with  a
			  trailing ``m''], hours [with a trailing ``h''], or simply ``long'', to keep the columns lined up.)

	      MODE	  Shows which mode bits are set for the minor device; each bit is encoded as a single character:

			  H  ENHOLDSIG

			  B  ENBATCH

			  T  ENTSTAMP

			  P  ENPROMISC

			  N  ENNONEXCL

			  C  ENCOPYALL

			  ?  An unknown mode bit is set.

	      SIG	  Signal number to be delivered when a packet arrives.

	      PROC	  Process to be signaled when a packet arrives.

	      PID	  Process id which enabled the signal.

	      # 	  Minor device number of filter.

	      COUNT	  Count of packets accepted by this filter.

	      DROPS	  Count of ``recent'' drops for this filter.

	      PRI	  Priority of filter.

	      LEN	  Length of filter (in shortwords).

	      FILTER	  See for interpretation of packet filters.

	      LOC	  Location of queue element.

	      LINK-QUEUE  Forward and backward links.

	      COUNT	  Packet size.

	      REF	  Reference count for queue element.

	      FLAGS	  Per-packet flag bits set; each bit is encoded as a single character:

			  P  ENSF_PROMISC

			  B  ENSF_BROADCAST

			  M  ENSF_MULTICAST

			  T  ENSF_TRAILER

			  ?  An unknown flag bit is set.

	      DROP	  Count of packets dropped between the time previous packet was queued and the time this packet was queued.

	      TIME	  Approximate time this packet was received.

Files
       Namelist

       Default source of tables

See Also
       netstat(1), packetfilter(4), pfconfig(8c), pstat(8)

																	 pfstat(8)
All times are GMT -4. The time now is 04:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy