Category:Ed: Difference between revisions

Shuffle the command line args for memorability
(Add more CLI flags for GNU ed)
(Shuffle the command line args for memorability)
Line 10:
Ed scripts are usually ran as (on the example of [[GNU Ed]])
<syntaxhighlight lang="bash">
cat script.ed | ed -GElslEGs file.in > file.out
</syntaxhighlight>
 
129

edits