|
|
|
|
|
by jlp__inf
85 days ago
|
|
Also, i managed to, i think simplify the second example to:
1,$-2 x/./ {
a/->/
/./ t .
}
1,$-2 {
p
}
q Which taught me a lot, because at first, i did not understand why we would stop at last line - 2 ($ - 2), but in fact yeah last line is the very last "\n", that is why we stop at $ - 2 to not do E->weird. I'm starting to truly love sam |
|