0% found this document useful (0 votes)
37 views

Practical 8: Awk Programming/ Command in Linux

Awk is a scripting language used for processing and analyzing text files by grouping data based on columns or fields. It employs Begin and End blocks to process data in a useful manner for reporting. Awk stands for 'Aho, Weinberger, and Kernighan' and its syntax uses patterns and actions on input files to output to other files.

Uploaded by

Vishal Birajdar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Practical 8: Awk Programming/ Command in Linux

Awk is a scripting language used for processing and analyzing text files by grouping data based on columns or fields. It employs Begin and End blocks to process data in a useful manner for reporting. Awk stands for 'Aho, Weinberger, and Kernighan' and its syntax uses patterns and actions on input files to output to other files.

Uploaded by

Vishal Birajdar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Practical 8: Awk programming/ command in Linux.

Awk is a scripting language which is used for processing or analyzing text files. Or we can say
that awk command is mainly used for grouping of data based on either a column or field , or on a
set of columns. Mainly it’s used for reporting data in a useful manner. It also employs Begin and
End Blocks to process the data.

AWK Stands for ‘Aho, Weinberger, and Kernighan‘

Syntax of awk
# awk ‘pattern {action}’ input-file > output-file
Conclusion: Thus we leant about awk command in linux.

You might also like