2 lines
68 B
Bash
2 lines
68 B
Bash
more my_file | sed '1h;1!H;${;g; s/ --regexp-- / --rempl-- /g;p;}'
|
more my_file | sed '1h;1!H;${;g; s/ --regexp-- / --rempl-- /g;p;}'
|