repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* tree.c (make_lang_type_fn): New funtion pointer.
[official-gcc.git]
/
libio
/
dbz
/
altbytes
blob
26cc9fb9e023e3876ae8ac036f90bbf7059c9b3a
1
NR == 1 {
2
printf "%s %s %s %s %s %s %s %s %s", $1, $2, $3, $4, $5, $6, $7, $8, $9
3
for (i = 10; i <= NF; i += 2)
4
printf " %s %s", $(i+1), $i
5
printf "\n"
6
}
7
NR > 1 { print }