Horje
sed add newline Code Example
sed add newline
For substituting with newline use sed command to replace a match with a
not used char and tr command to replace that char with a newline '\n'
#For example:
echo "123." | sed -E 's/([[:digit:]]*)\./\1|next line/' | tr '|' '\n'




Shell

Related
sed replace word with newline Code Example sed replace word with newline Code Example
sed replace with newline Code Example sed replace with newline Code Example
debian install docker-compose Code Example debian install docker-compose Code Example
how to checkout to another branch in git Code Example how to checkout to another branch in git Code Example
how to install pytesseract in rpi Code Example how to install pytesseract in rpi Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9