qse/ase/cmd/awk/err-020.awk

5 lines
43 B
Awk
Raw Normal View History

BEGIN {
print abc > "123\0abc";
}