7 lines
185 B
Awk
7 lines
185 B
Awk
# ARGV is an array. if FLEXMAP is off, it should trigger an error.
|
|
# If it is on, ARGV can change to a scalar value.
|
|
BEGIN {
|
|
print getioattr ("xxxx", "rtimeout", ARGV);
|
|
print ARGV;
|
|
}
|