5 lines
43 B
Awk
Raw Normal View History

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