- What is sed? - sed is stream editor, a Unix tool for working with streams of text data. See the awful truth about sed.
- How do you substitute strings with sed? - Use ’s/old/new’ command, so sed ’s/hello/goodbye/’ would substitute the occurrence of the word hello to goodbye.
- How do you inject text with sed? - & in the substitution string defines the pattern found in the search string. As an example, here’s us trying to find a word ‘hello’ and replacing it with ‘hello and how are you’:
echo ‘hello there’ | sed ’s/^hello/& and how are you/’
پنجاب ایجوکیٹرٹیچرزکی میوچل ٹرانسفر کی درخواست کا طریقہ کار
-
. وہ اساتذہ جو اپنا میوچل ٹرانسفرکروانا چاہتے ہیں. انہیں تمام مطلوبہ
دستاویزات کے ساتھ اک درخواست لکھ کر لف کرنی ہوتی ہے. پنجاب ایجوکیٹرٹیچرزکی
میوچل ٹرا...