sed -e '7i \
hello kevin' test.txt
^^ note: the syntax of using 7i, to insert BEFORE line 7
^^ also note the use of '\' to break the line up properly, although following is totally correct too: sed -e '7i hello kevin' test.txt
sed -e '7i \
hello kevin' test.txt
^^ note: the syntax of using 7i, to insert BEFORE line 7
^^ also note the use of '\' to break the line up properly, although following is totally correct too: sed -e '7i hello kevin' test.txt
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |