Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

uaing awk to print columns from multiple files

$ paste <(awk '{print $1}' file1 ) <(awk '{print $3}' file2 ) <(awk '{print $7}' file3) <(awk '{print $1}' file4)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #uaing #awk #print #columns #multiple #files
ADD COMMENT
Topic
Name
9+7 =