Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Extracting sql insert with sed, line cuts

linux awk sed grep mysqldump

Big data read subsamples R

Modify Sequence with snp position and output in same file

perl sed awk

awk select input files from list

awk

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

awk

Convert .gitignore to rsync merge filter include file? (with sed or awk)

git sed awk rsync

printing contents of variable to a specified line in outputfile with sed/awk

bash csv awk sed

sed regex to match multiple fields and values, including quotes

regex awk sed quotes

Move line(s) to follow another line in a file

linux awk

Convert massive MySQL dump file to CSV

mysql bash sed awk

Apache access log for the most common IP address bash script

linux bash awk ip-address

Re-evaluating fields in a record after awk field separator change

macos awk

awk search column from one file, if match print columns from both files

How to awk every nth line starting from different lines each iteration

awk

Compare consecutive rows and multiple columns in awk and random select one of duplicate lines

bash awk sed

How do I use awk to extract data within nested delimiters using non-greedy regexps

awk

Calculating the total time in an online meeting

bash shell awk sed scripting

Pad all lines with spaces to a fixed width in Vim or using sed, awk, etc

vim sed awk

How to strip out all of the links of an HTML file in Bash or grep or batch and store them in a text file

bash shell awk grep cut

How to generate a sequence of dates given starting and ending dates using AWK of BASH scripts?

bash unix awk