Tag: awk

2 Get LVM size using AWK? 2012-03-12T10:21:27.407

2 Why is awk printing this line more than once? 2012-05-01T13:45:13.613

2 How to substitute multiple lines between delimiters 2012-05-30T11:57:03.877

2 sanity check file to produce binary answer 2012-06-13T01:12:37.117

2 How to calculate and group the time differences of specified syscalls when running strace 2012-08-08T09:53:28.927

2 Count elements in lines with awk 2012-08-09T22:13:54.913

2 Substitute large numbers of files according to style guide 2012-10-01T16:35:13.400

2 awk search in specific columns 2012-10-01T18:52:07.750

2 Input field separator in awk 2012-10-05T20:43:04.850

2 using nawk, how to sum all numbers in $1, $2, and $3 fields? 2012-10-31T15:16:29.960

2 How do you remove all occurrences of values in one list from another list? 2012-11-20T19:02:23.543

2 Delete first lines from a Unicode html file 2012-11-29T06:28:18.147

2 Counting duplicates lines from a stream 2013-04-11T09:05:14.670

2 remove text from file 2013-06-10T10:50:22.633

2 Unix - Surround First Column of CSV with double quotes 2013-10-23T09:32:42.550

2 Use tail directly on website data, or another utility needed? 2013-11-28T14:45:19.237

2 How to split CSV files as per number of rows specified? 2013-12-21T16:33:28.887

2 Extract the contents of ELF and write to binary file 2014-01-04T01:18:51.650

2 grep the string lines from the file 2014-01-24T15:38:08.827

2 Is there a way to print 2 lines (if any) before and after a target or print a placeholder if not? 2014-02-07T13:49:57.197

2 moving directories after grep 2014-03-04T08:39:02.920

2 Weird behavior of awk 2014-04-09T10:55:10.563

2 output awk print to two separate files 2014-08-10T07:52:58.620

2 Parsing the output of "uptime" with bash 2014-08-23T06:57:35.797

2 Script to reference another file first 2014-09-18T23:27:10.497

2 ascii value in bash/awk 2014-10-31T14:25:10.403

2 How to Extract Multiple substrings from Log FIle 2014-12-16T08:10:13.923

2 piping tail -f into sed or awk 2015-03-04T11:38:27.627

2 Multiple input files and output files in awk 2015-04-25T02:58:54.153

2 how to insert text at the beginning of each paragraph in bash 2015-05-02T04:04:14.257

2 How to use grep or awk to save every line from text file as new file? 2015-07-07T10:48:45.480

2 Display Associative array in awk 2015-08-25T08:17:51.307

2 Sed/Awk save text between patterns if contains string 2015-10-13T10:55:30.780

2 How to fetch address and modify the value in key/value format file? 2015-10-26T23:04:59.847

2 Filtering and splitting huge file based on column Windows 2015-12-23T20:39:21.423

2 compare and calculate two variables with multiple values in shell script 2015-12-30T13:35:53.047

2 Watch with awk command 2016-05-04T04:14:58.297

2 Split one file into multiple files 2016-07-14T21:10:35.877

2 Add spaces to the beginning of each matching line 2016-08-29T19:18:54.193

2 Sed/awk/perl match all prefixes of a given string 2017-02-02T20:27:59.810

2 Printing all columns after 5th with awk 2017-02-09T11:36:50.683

2 How to remove whitespace from specifc line? 2017-03-02T11:24:04.733

2 Adding a line to the start of a file, based on other lines in the file 2017-08-01T16:02:32.470

2 Merging Multiple files based on the common column 2017-08-28T12:56:41.707

2 How do I transpose a table with repeated key values? 2018-08-15T17:19:49.243

2 replace number with star specific pattern for whole file 2018-10-09T08:00:45.267

2 Find Missing Numbers 2018-11-27T13:42:37.213

2 Use AWK to get last 2 columns of cookie files below comments 2019-01-16T20:14:50.880

2 Most efficient way to print all lines with duplicated field? 2019-06-12T18:01:44.290

2 replace keywords in a file by keywords\index{keywords} from a list file 2019-11-30T15:57:56.190

1 awk + match string after "=" seperator 2010-07-22T08:37:09.117

1 awk + add rules to awk command 2010-10-07T09:03:28.670

1 Adding and removing fields to a text file 2010-10-28T15:20:57.980

1 Reset awk field separator 2011-05-12T16:04:11.723

1 Sort multiple files with bash 2011-06-01T18:03:25.210

1 awk + find hostname after strings 2011-06-21T08:45:14.810

1 Use variables in awk substr function 2011-10-13T06:24:52.507

1 File name with spaces piped to two xargs commands 2011-10-19T20:57:31.207

1 How to solve "Broken Pipe" error when using awk with head 2011-11-28T15:23:41.500

1 how to write `awk here document` 2011-12-07T04:51:05.920

1 Extract substring before = sign using awk 2012-03-16T17:58:05.610

1 Looking for a command that will return the proc, func, etc that uses another proc, func, etc 2012-03-22T10:50:37.750

1 Output high CPU processes using bash shell 2012-03-27T06:36:40.000

1 list files with full modification date 2012-05-11T03:54:34.660

1 Parsing .co.uk whois with awk 2012-08-07T16:40:00.513

1 mutt can't get password from an encrypted .gpg file 2012-08-27T11:37:41.560

1 How to search file for matching whole lines? 2012-09-12T18:57:22.650

1 Using sh -c in terminal 2012-10-10T11:48:32.690

1 How to grep column after second pipe 2012-10-11T11:57:34.273

1 How to extract e-mail or domain from mixed data file in linux 2012-10-16T07:20:39.967

1 How to recursively remove all .exe files from all the subdirectories of the current directory? 2012-10-27T11:29:24.577

1 Using awk/nawk, how to find out max and min contributions and printout those values? 2012-11-02T17:04:28.787

1 FTP over'd image files with transfer-type: ASCII; possible to revert? 2012-11-10T13:41:10.220

1 Transform single column to multiple columns based on values 2013-02-02T20:45:57.837

1 using awk with parallel 2013-02-26T05:44:11.830

1 match string in awk 2013-03-10T11:03:15.267

1 awk - max value of a rolling average 2013-03-21T17:54:47.707

1 error occur when i run awk command write in .sh file and run in cygwin terminal 2013-04-08T06:30:08.253

1 Removing first line with pattern with _both_ awk and sed 2013-04-11T01:10:39.917

1 Regular expression to find senders IP using grep or other languages 2013-04-23T13:30:19.577

1 netcat output into separate files using string delimiters 2013-05-17T03:10:35.177

1 sed/awk: modify source file? 2013-05-31T12:02:51.073

1 How to render two columns preserving all whitespace after the first column with awk or alternative? 2013-06-09T07:12:13.517

1 using sed/awk to parse XML tags 2013-06-11T18:20:10.240

1 Better way to replace timestamp by date when reading a squid log 2013-08-07T22:47:21.323

1 Change names in a column in bash 2013-08-12T15:49:16.683

1 Sum a particular column and take the unique record of another using AWK only 2013-09-30T15:04:03.013

1 Automatically split a huge TeX file into smaller files 2013-10-19T07:33:31.667

1 combining loop "for" with statement "if" 2013-11-24T18:11:20.543

1 Precising if statement in awk 2013-11-26T19:31:03.663

1 `nawk` "doesn't work" with `make`? Why? 2013-11-28T15:38:13.423

1 AWK does not work correctly in my system 2013-12-12T14:51:23.357

1 Find number in string and replace it 2013-12-12T20:55:12.033

1 awk is limited to only one line operations? 2013-12-13T20:18:14.337

1 printing only first finded match 2013-12-13T20:28:48.530

1 Suppress awk warnings 2013-12-20T16:40:58.273

1 batch find/replace using sed or awk 2014-01-03T11:37:36.497

1 Print every line but conditionally only fragments for some lines 2014-05-19T17:15:28.427

1 How do I print multiple sections in a text file? 2014-05-20T09:17:42.487