What is the use of format specifier %g ?
Answer / pinky shan
The shorter of e or f,with trailing zeros removed
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of numeric function exp ?
How to Truncate Integers in AWK?
What is the use of format specifier %x ?
What is the use of sequence ?
Write a command to find the total number of lines in a file without using nr?
Write a command to print all line except first line?
What is the use of format specifier %e ?
What is the use of numeric function rand ?
Usage of And/Or/Not operators in AWK?
Write a command to print the squares of numbers from 1 to 10 using awk command?
Write a command to rename the files in a directory with "_new" as postfix?
What is the use of string functiong sub(regex,replacement,string)?