Ben sed ve awk geçmekte bir sürü çıktı var.
Çıktının START ile ön ekini nasıl ekleyebilirim ve yanıtı END ile nasıl ekleyebilirim?
Örneğin,
All this code
on all these lines
and all these
Nasıl alabilirim:
START
All this code
on all these lines
and all these
END
?
Girişim:
awk '{print "START";print;print "END"}'
ama aldım
...
START
All this code
END
START
on all these lines
END
START
and all these
END