Basic awk usage : shell
By Asim Krishna Prasad
Posted on 26/11/14
Tag :
Shell
We are going to see a basic example of awk command in bash..
In this example we are going to see how we can actually get the data of a particular column using awk..
Let us try to get the file-names from ls -l using awk
Output :
Let us now try to extract the filename with the permissions using awk
Output :
Hope it helps :)
Asim Krishna Prasad
COMMENTS :