diff options
| author | No Author <no-author@gcc.gnu.org> | 1997-08-21 22:58:49 +0000 |
|---|---|---|
| committer | No Author <no-author@gcc.gnu.org> | 1997-08-21 22:58:49 +0000 |
| commit | 9d67cee02262346526bb25cbcf54750ebf134ecb (patch) | |
| tree | b5402095de45a8d16fd7dd80a4fa06b7f02a0bda /libio/dbz/altbytes | |
| parent | 2f08086dbba6a317202d4655c14984f55c84e1b0 (diff) | |
This commit was manufactured by cvs2svn to create tag 'start'.misc/start
From-SVN: r14881
Diffstat (limited to 'libio/dbz/altbytes')
| -rw-r--r-- | libio/dbz/altbytes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libio/dbz/altbytes b/libio/dbz/altbytes new file mode 100644 index 00000000000..26cc9fb9e02 --- /dev/null +++ b/libio/dbz/altbytes @@ -0,0 +1,7 @@ +NR == 1 { + printf "%s %s %s %s %s %s %s %s %s", $1, $2, $3, $4, $5, $6, $7, $8, $9 + for (i = 10; i <= NF; i += 2) + printf " %s %s", $(i+1), $i + printf "\n" +} +NR > 1 { print } |
