Awk is a pattern matching language that can be used both in shell scripting and for standalone programs.

learn more… | top users | synonyms

0
votes
2answers
47 views

Is awk a programming language or just a tool? [closed]

I have often seen people referencing "awk" as a programming language.According to my intuition all I understand about awk is that it is a tool used for some specific tasks. So why would some people ...
1
vote
1answer
26 views

How can I suppress (g)awk compatibility warnings?

I want to use some gawk extensions to the awk standard, for example mktime(). At the same time, I want to use the option --lint=fatal because I'd rather let the process fail than have it produce ...
1
vote
4answers
86 views

Extracting lines from text files in a folder based on the numbers in another file

I have a file ff.txt that looks as follows *ABNA.txt 356 24 36 112 *AC24.txt 457 458 321 2 ABNA.txt and AC24.txt are the files in the folder named foo1. Based on the numbers in the ff.txt ...
3
votes
5answers
48 views

Using awk to sort fields and arrange

Im trying to learn awk at the moment and I want to do a specific task. My question is similar in scope to one previously posted(Using awk to transpose column to row), but wouldn't quite work for my ...
3
votes
4answers
56 views

Detect if a series of numbers is sequential in bash/awk

So I have a series of scripts that generate intermediary text files along the way as a means of storing information across different scripts. Essentially the scripts detect rows within data that have ...
0
votes
3answers
25 views

Awk string help finding information

Hi I have a line I am trying to parse. The line looks like this Edward C. Anderson, Broker ~ 813.841.2773 ~ ed@action100realty.com I am new to awk and have tried to do my research. I see that ...
1
vote
2answers
35 views

awk: create list of destination ports seen for each source IP from a bro log (conn.log)

I'm trying to solve a problem in awk as an exercise but I'm having trouble. I want awk (or gawk) to be able to print all unique destination ports for a particular source IP address. The source IP ...
-1
votes
3answers
52 views

how to find specific lines when it hits a certain pattern

whenever it see a pattern of ; and abc[0] i need to print first line just after ; and a line which contain abc[0]. i have something like this blah blah; blah blah blah; xyz blah blah, blah blah ...
1
vote
5answers
62 views

Find and update(append) csv with shell script

Input file: ID,Name,Values 1,A,vA|A2 2,B,VB Expected output: 1,A,vA|VA2|vA3 2,B,VB Search file for a given ID and then append a given value in the values {field} use case : append ...
1
vote
4answers
54 views

Grep file and export vars in loop

Want to grep file and export the row like separated vars and the last two to be in one var. After that to create loop and export the vars in html tags. File view: 1.1.1.1 host red 70% / 1.1.1.1 ...
4
votes
5answers
92 views

counting the number of strings from text files

I have a text file with 10 columns say f.txt which looks like below: aab abb 263-455 aab abb 263-455 aab abb 263-455 bbb abb 26-455 bbb abb 26-455 bbb aka 264-266 bga bga 230-232 bga bga ...
3
votes
0answers
49 views

Which encoding in regex pattern/reading the file does the grep/sed/awk/perl group of tools use by default?

Is it possible to switch the encoding for the regex pattern/reading the file or should I decode everything to the common format (kind of ASCII)?
1
vote
1answer
41 views

Can sort | uniq or sort | awk count repeated values from one column?

Using the following data: $cat p1.csv R,3 R,4 S,1 S,2 S,3 R,2 T,4 R,3 ST,4 RST,2 RSTR,4 First sort based on column 2: $cat p1.csv | sort -t "," -k2 S,1 R,2 RST,2 S,2 R,3 R,3 S,3 R,4 RSTR,4 ST,4 ...
-2
votes
3answers
43 views

Hardcode input file

Given this script #!/bin/awk -f { print $1 } It can be called like so foo.awk foo.txt However I would like the script to always call foo.txt. So I would like to modify the script so that it ...
4
votes
0answers
74 views

Awk merge the results of processing two files into a single file

I use awk to extract and calculate information from two different files and I want to merge the results into a single file in columns ( for example, the output of first file in columns 1 and 2 and the ...
1
vote
4answers
38 views

Using sort | awk on one column from a csv?

Using p.txt: $cat p.txt R 3 R 4 S 1 S 2 R 1 T 1 R 3 The following command sorts based on the second column: $cat p.txt | sort -k2 R 1 S 1 T 1 S 2 R 3 R 3 R 4 The following command removes ...
0
votes
3answers
45 views

search number from lines and place in specific sentence

I am struggling with some python code. I have a file with many lines e.g 50 22 35 41 I wish to add these into a sentences of similar structure however keeping the order of the lines. E.g This is ...
2
votes
2answers
67 views

extract a specific word in bash

I have some lines in below forms: -rw-r--r-- sten/sefan anonymous 8593 2011-12-05 18:28 8M -rw-r--r-- sten/sefan 8593 2011-12-05 18:28 8M How can I get the 8593 one-liner? The lines are retrieved ...
1
vote
3answers
43 views

Get disk space and separate this with most used space but put in one list

Want to get disk space and separate this with most used space but put in one list Example how get the used space: df -P | grep -vE 'Filesystem' | awk '{ print $5 " " $6 }' Output: 89% / 1% ...
2
votes
1answer
41 views

extracting data from a file with awk

I have a data set like below first 0 1 first 1 2 first 2 3 second 0 1 second 1 2 second 2 3 third 0 1 third 1 2 third 2 3 I need to check this file and extract the third columns for first, second ...
0
votes
2answers
37 views

Simple read columns and sum 3rd column

I am really really stuck on this and would appreciate any help! I have a 3-column CSV file. If a row has same 1st column and 2nd column as another row, then add together the 3rd column from these ...
1
vote
3answers
53 views

Bash replace string with contents from second file

I have two files one that looks like this: FILE1 >comp0_c0_seq1 len=392 path=[1:0-391] ATGAG... >comp1_c0_seq1 len=399 path=[1:0-398] AAGGA... >comp1_c1_seq1 len=589 path=[1319:0-588] ...
0
votes
2answers
27 views

using a shell script how do I find a word in a document that has a specified number of characters?

I have a word in a document that is 10 characters long and I wish to first find it then replace it with a 5 character word. What would be the most efficient way to do this with a shell script?
2
votes
6answers
62 views

Parsing a config file in bash

Here's my config file (dansguardian-config): banned-phrase duck banned-site allaboutbirds.org I want to write a bash script that will read this config file and create some other files for me. ...
2
votes
4answers
73 views

Keeping first character in string, in a specific single field

I am trying to remove all but the first character of a specific field in a .tab file. I want to keep only first character in fields 10 and 11. Normally the fields have 35 characters in them, so I ...
1
vote
2answers
54 views

awk script to process 400 .txt files

I have a nice .awk script that takes the 2nd $2 value and prints it. Because the data in the .txt files only go down 8192 lines, any lines after that are irrelevant (the script takes care of that.) I ...
1
vote
6answers
90 views

search (e.g. awk, grep, sed) for string, then look for X lines above and another string below

I need to be able to search for a string (lets use 4320101), print 20 lines above the string and print after this until it finds the string For example: Random text I do not want or blank line 16 ...
-1
votes
0answers
46 views

preparing cdf for different run [closed]

I have a text file with four columns as below. the first column shows the name of experiment, second column shows the number of repetition (because each experiments is repeated for example 10 times) ...
1
vote
7answers
48 views

search a string in a files if it match replace another string in the same line with some string

h -t 9.641909323 -s 0 -d 29 -p cbr -e 1078 -c 2 -a 0 -i 169 -k MAC r -t 9.650534114 -s 29 -d 29 -p cbr -e 1020 -c 2 -a 0 -i 169 -k MAC + -t 9.650544114 -s 29 -d -1 -p ACK -e 38 -c 2 -a 0 -i 0 -k MAC ...
3
votes
3answers
64 views

Renaming files with various extensions

I have a folder of files which contains a variety of random file extensions as well as no extensions at all. I wish to strip the extensions from the file name. I feel I may be going a long winded way ...
0
votes
2answers
68 views

Loop and work between patterns

I'm trying to pick some information of a very huge document. The file follows this pattern: '>Title 1' 0 200, >name [numbers&letters] 1 200, >name [numbers&letters] 2 200, ...
1
vote
6answers
76 views

Printing lines from a file using an input file that contains the line numbers

I have a file numbers.txt that contains a number on every line. I want to use that file to print out the lines in the file lines.txt, i.e. the lines that correspond to the numbers in numbers.txt. ...
4
votes
3answers
49 views

Convert exponentials and rounding numbers in BASH

i have such a file 1.5000000000E-01 7.5714285714E+00 4.0000000000E-01 2.5000000000E-01 7.5714285714E+00 4.0000000000E-01 and i have to convert it to something like 0.15 7.57 0.40 i mean i want ...
2
votes
8answers
94 views

Unix command to convert multiple line data in a single line along with delimiter

Here is the actual file data: abc def ghi jkl mno And the required output should be in this format: 'abc','def','ghi','jkl','mno' The command what I used to do this gives output as: ...
0
votes
3answers
47 views

AWK Print $2 Breaking Bash Args

I'm trying to capture the output from an EC2 command with AWK. The AWK portion works and the EC2 command work. The problem is, I pass arguments to the script and one of them conflicts with the style ...
0
votes
1answer
24 views

awk doesn't work in hadoop's mapper

This is my hadoop job: hadoop streaming \ -D mapred.map.tasks=1\ -D mapred.reduce.tasks=1\ -mapper "awk '{if(\$0<3)print}'" \ # doesn't work -reducer "cat" \ -input "/user/***/input/" \ -output ...
1
vote
1answer
57 views

Comparison of two files with awk command

I have got two files, say file1 and file2, to be compared and put it in file3. file1: red green blue red yellow pink orange file2: domain1,red,- domain2,-,green domain3,blue,- domain4,yellow,pink ...
1
vote
1answer
54 views

Manipulate columns using awk or sed

I have a file which i would like to rearrange.... Input file: sublat 16 0.04 0.051 32 0.04 0.050 16 0.06 0.055 32 0.06 0.054 c2dotc2 16 0.04 0.464 32 0.04 0.624 16 0.06 0.505 32 0.06 0.743 Output ...
0
votes
2answers
38 views

Overwriting a file in bash

I have a file, of which a part is shown below: OUTPUT_FILENAME="out.Received.Power.x.0.y.1.z.0.41 X_TX=0 Y_TX=1 Z_TX=0.41 I would like to automatically change some part of it with BASH: every time ...
1
vote
3answers
40 views

Extract IP and Pointer Record from zone file

I'm reading in a file which is part of an AXFR file that I have exported to a txt file. Basically, I cat out the file, grep out ONLY the PTR records (I'm only interested in these right now). I've ...
-1
votes
0answers
51 views

sed/awk/perl? Replace pattern with result of using pattern as input to another command

I'm writing a wrapper function for ssh that replaces keys (specified elsewhere) with the proper username@hostname for that server. Keys are designated by the presence of at least one comma. For ...
0
votes
2answers
54 views

awk commands within python script

I need to write a python script where I need to call a few awk commands inside of it. #!/usr/bin/python import os, sys input_dir = '/home/abc/data' os.chdir(input_dir) #wd=os.getcwd() #print wd ...
2
votes
2answers
46 views

Adding text to end of line using awk

I'll quickly lay this out. The input test.bat files looks like: awk '{ gsub("\r", "\n"); print $0;}' AIRtrac_data_frame001.txt awk '{ gsub("\r", "\n"); print $0;}' AIRtrac_data_frame002.txt ... ...
2
votes
7answers
83 views

Why these simple shell commands fail when used in sed'd replacement

While trying to find an answer of this sed question I came up with a strange behavior that I couldn't understand. Let's say I have a file called data $> cat data foo.png abCd.png bar.png baZ.png ...
-2
votes
2answers
22 views

How to get revs in subversion based on multiple ticket numbers in the comments? [closed]

I tried multiple ways to get revisions in subversion based on multiple ticket numbers entered in svn comments in bash. Please advice !! #!/bin/sh SEARCH=$1 URL=$2 echo "Searching for ["$SEARCH"]" ...
2
votes
1answer
24 views

Ignoring directories from a file

I am in the process of creating a script that lists all files opened via lsof output. I would like to checksum specific files and ignore directories from that output but am at a loss to do so ...
2
votes
4answers
69 views

How to generate string elements that don't match a pattern?

If I have days="1 2 3 4 5 6" func() { echo "lSecure1" echo "lSecure" echo "lSecure4" echo "lSecure6" echo "something else" } and do func | egrep "lSecure[1-6]" then I get ...
2
votes
2answers
73 views

Find by regex and replace match to lowercase in Bash

I would like to replace all contents of a file that match a given regex to their lowercase equivalent. Like: grep -o '[^ ]*[A-Z][^ ]*.png' file-21-05-2013.sql* | awk '{print tolower($0)}' The line ...
-1
votes
2answers
54 views

Awk/Sed: how to replace string?

Given a data.json such as: { "key1":"value1", "key2":"value2", "key3":"value3", "key4":"value4" }, { "key1":"babla1", "key2":"babla2", "key3":"babla3", "key4":"babla4" }, { "key1":"tata1", ...
-2
votes
1answer
53 views

Sliding window for determining local datapoint desity (AWK)

I reckon my question wasn't all clear. So, time for another approach in explaining my quest. I've got a single data file that contains about 27,500 data points. Every datapoint has a unique integers ...

1 2 3 4 5 88