What is awk script?



What is awk script?..

Answer / Vinay Sagar

awk is a programming language used for processing and analyzing text data. It's commonly used in Unix-like operating systems for tasks like filtering, sorting, and manipulating files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

What is a boot block?

1 Answers  


What are the different types of variables used in shell script?

1 Answers  


How many fields are present in a crontab file and what does each field specify?

1 Answers  


Which scripting language is best for automation?

1 Answers  


c program to check whether all the directories in the path exists has read and write permission

1 Answers  


What is bash command used for?

1 Answers  


What is a batch file used for?

1 Answers  


What does echo $0 do?

1 Answers  


Is shell scripting a programming language?

1 Answers  


Can shell script run on windows?

1 Answers  


What does it mean to debug a script?

1 Answers  


Write a shell program to test whether a given number is even or odd?

8 Answers  


Categories