5 lines
45 B
Sed
5 lines
45 B
Sed
|
|
#n
|
||
|
|
1 {
|
||
|
|
s/.*/Goodbye, World!/w /dev/stderr
|
||
|
|
}
|