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
TELCO(4)						     Kernel Interfaces Manual							  TELCO(4)

NAME
telco, faxreceive, faxsend, fax, telcofax, telcodata - telephone dialer network SYNOPSIS
telco [ -p ] [ -i source-id ] [ -v ] dialer-devs aux/faxsend address page1 ... aux/faxreceive [ -s spool-dir ] [ -v ] fax telno recipient [ files ] service/telcofax service/telcodata DESCRIPTION
Telco is a file server that provides a network interface to Hayes telephone dialers. The interface is the same as that provided by dk(3) and ip(3) and can be used by any program that makes network connections using dial(2). The network addresses used by telco are telephone numbers. The options are -p use pulse dialing -v verbose: write to the log file all communications with the dialer. -i specify a source-id to be used during FAX transfers Some control of outgoing calls can be encoded in the address. Normally, addresses are of the form telco!number, where number is a decimal telephone number. However, commas in the telephone number can be used to insert pauses in the dialing process. Dialing options can be added to the end of the address, separated by !'s. The dialing options are compress turn on compression (default off) baudrate a decimal number representing the highest baud rate with which to make the call fax to make a Class 2 facsimile call (used by programs such as faxsend) Telco also answers incoming calls. Upon receiving a facsimile call, telco starts the script /rc/bin/service/telcofax. For data calls it starts /rc/bin/service/telcodata. Each is started with the network connection as both standard input and standard output and with two arguments, the file name of the network connection, e.g., /net/telco/0/data, and the type of modem. Currently, the only modem types sup- ported are: MT1432 Multitech's 14400 baud modem MT2834 Multitech's 28800 baud modem ATT14400 the 14400 baud modem in Safaris VOCAL the 14400 baud Vocal modem All other modems are assumed to be compatible with the standard Hayes command subset. Faxreceive is normally started by /rc/bin/service/telcofax. It inputs and spools a CCITT Group 3 (G3) encoded fax, and then starts the script /sys/lib/fax/receiverc, passing it four arguments: the spool file name, Y (for success) or N, the number of pages, and the id string passed by the caller. This script sends by mail(1) notification to a list of recipients kept in the file /mail/faxqueue/faxrecipients; the script and the list should be edited to match local needs. Faxreceive's options are: -s specify a different spool directory; the default is /mail/faxqueue. -v verbose: write to the log file all communications with the modem. Faxsend transmits a FAX to address. Page1 and all arguments that follow are names of files containing G3 encoded fax images, one per page. Fax is a shell script that queues PostScript, G3, or text files to be transmitted to a fax machine. A standard cover sheet, derived from /sys/lib/fax/h.ps, is sent before the message. Telno is the destination telephone number. Recipient is the name of the recipient to be placed on the cover sheet. If no files are specified, standard input is sent. EXAMPLE
Start the dialer on a PC, then use con to phone out. telco /dev/eia1 con -l telco!18005551212 Since cu (see con(1)) knows about telco, this is equivalent: cu 18005551212 The connection will be made at the highest negotiable baud rate. To use the best negotiable compression scheme as well: cu 18005551212!compress FILES
/mail/faxqueue/* /rc/bin/service/telcodata /rc/bin/service/telcofax /sys/log/telco /sys/lib/fax/receiverc /sys/lib/fax/recipients /sys/lib/fax/h.ps /sys/log/fax SOURCE
/sys/src/cmd/telco/* /sys/src/cmd/fax/* SEE ALSO
con(1), dk(3), ip(3) BUGS
These programs require the Class 2 facsimile interface. This means that faxsend and faxreceive will not work on most portable computers since they have Class 1 interfaces. The modem specific information is currently built into the source. This should be in a user modifiable file. TELCO(4)
All times are GMT -4. The time now is 05:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy