In linux, you use the [...] charactor to safely split a very long command into multiple lines. For example:
sed -e '7a [...]
inserting this line after line 7' test.txt
Answer
\
^^ backslash
Question
In linux, you use the [...] charactor to safely split a very long command into multiple lines. For example:
sed -e '7a [...]
inserting this line after line 7' test.txt
Answer
?
Question
In linux, you use the [...] charactor to safely split a very long command into multiple lines. For example:
sed -e '7a [...]
inserting this line after line 7' test.txt
Answer
\
^^ backslash
If you want to change selection, open document below and click on "Move attachment"
8. Streams and sed -- The Stream Editor 8.8 Inserting and Deleting Lines sed can perform a few operations that make it easy to write scripts that edit configuration files for you. For instance, sed -e '7a\ an extra line.\ another one.<span>\ one more.' a ppends three lines after line 7, whereas sed -e '7i\ an extra line.\ another one.\ one more.' i nserts three lines before line 7. Then sed -e '3,5D' D eletes lines 3 throug
Summary
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
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.