আমার কাছে প্রচুর আউটপুট সেড এবং অ্যাজকের মধ্য দিয়ে যাচ্ছে।
আমি কীভাবে START দিয়ে আউটপুট উপসর্গ করতে পারি এবং উত্তরটির সাথে প্রত্যয়টি শেষ করতে পারি?
উদাহরণস্বরূপ, আমি যদি
All this code
on all these lines
and all these
আমি কীভাবে পেতে পারি:
START
All this code
on all these lines
and all these
END
?
আমার চেষ্টা ছিল:
awk '{print "START";print;print "END"}'
তবে আমি পেয়েছি
...
START
All this code
END
START
on all these lines
END
START
and all these
END