RosettaCodeData/Task/Hello-world-Standard-error/Sed/hello-world-standard-error-1.sed

5 lines
45 B
Sed
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
#n
1 {
s/.*/Goodbye, World!/w /dev/stderr
}