how to make two scripts in sed. one after the other
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite How can we use a file to make a script in sed and then using that script again to translate the text? For example, if we have a morse code file to be translated in sed and again use that script to translate English text to morse code. sed share | improve this question edited Apr 18 at 10:12 Kusalananda 102k 13 199 315 asked Apr 18 at 9:24 Somojel 21 2 Please give an example of the input, the expected output and why do you think that you need an intermediate file. You already know how to write an sed script to translate text to morse code directly, the same way you could translate back with a fixed script. Why do you think you would need a dynamical script? â Philippos Apr 18 at 10:29 add a comment  | up vote 0 down vote favorite How can we use a file to make a script in sed and then using...