Mit diesem Text:
Play with it a few times you will see my point. The
command you need is:
$ echo hello
Wie mache ich es zu:
> Play with it a few times you will see my point. The
> command you need is:
>
> $ echo hello
Ohne den komplizierten regulären Ausdruck zu verwenden:
M-x replace-regexp
RET ^
RET >
RET
Beachten Sie, dass ich keine C-M-%
Tastenkombination zum Beschwören verwenden konnte, query-replace-regexp
da es nicht möglich ist, diese Tastenkombination in einem Terminal zu erstellen.
.emacs
! :)