How to get the 3rd element/column from each line from a file?
Answer / Nitesh Goel
To access the third field (column) of each line in a file, use the 'awk' command: awk '{print $3}' filename
| Is This Answer Correct ? | 0 Yes | 0 No |
What language is bash?
What are the advantages of shell script?
What is the conditional statement in shell scripting?
Which is best institute for testing tool?
How to print some text on to the screen?
What is shell chemistry?
What is shell environment?
write a program to display all the files from the current directory which are created in particular month
What is c in shell script?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How to print all array elements and their respective indexes?
c program to check whether all the directories in the path exists has read and write permission