source:
trunk/essentials/sys-apps/gawk/test/procinfs.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 254 bytes |
Line | |
---|---|
1 | BEGIN { |
2 | printf "Initially, PROCINFO[\"FS\"] = %s\n", PROCINFO["FS"] |
3 | FIELDWIDTHS = "3 4 5 6" |
4 | printf "After assign to FIELDWIDTHS, PROCINFO[\"FS\"] = %s\n", PROCINFO["FS"] |
5 | FS = FS |
6 | printf "After assign to FS, PROCINFO[\"FS\"] = %s\n", PROCINFO["FS"] |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.