how to run awk command specified in a file?

Answers were Sorted based on User's Feedback



how to run awk command specified in a file?..

Answer / rajesh

awk -f awk.tcl

Is This Answer Correct ?    0 Yes 0 No

how to run awk command specified in a file?..

Answer / rajesh

awk -f awk.tcl

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Awk Interview Questions

What is the use of string function match(string,regex)?

0 Answers  


How do you Explicit File output?

0 Answers  


What is the use of string function tolower(string)?

0 Answers  


Write a command to print all line except first line?

0 Answers  


What is the use of numeric function sin ?

1 Answers  






What is the use of numeric function exp ?

1 Answers  


What are AWK Built-in Variables?

0 Answers  


What is the use of string function substr(string,position,max) in AWK?

0 Answers  


What are System functions?

0 Answers  


What is the use of string function toupper(string)?

0 Answers  


What is the use of sequence ?

1 Answers  


Write a command to find the total number of lines in a file without using nr?

0 Answers  


Categories