Skip to main content
actually this is to add newline before 'Status', so titled to .....before specific string
Link

How to add a new line afterbefore a specific string

Added tag
Source Link
jimmij
  • 48.7k
  • 20
  • 136
  • 141

I have a file like this (it shows in single line)

Status: 012, Id: -1434606409zzzzz, Number: +9257884Status: 013, Id: -1434606409efwe, Number: +92465745Status: 014, Id: -1434606409fwe6, Number: +9212345

I want to show format like this

Status: 012, Id: -1434606409zzzzz, Number: +9257884
Status: 013, Id: -1434606409efwe, Number: +92465745
Status: 014, Id: -1434606409fwe6, Number: +9212345

is it possible?

I have a file like this (it shows in single line)

Status: 012, Id: -1434606409zzzzz, Number: +9257884Status: 013, Id: -1434606409efwe, Number: +92465745Status: 014, Id: -1434606409fwe6, Number: +9212345

I want to show format like this

Status: 012, Id: -1434606409zzzzz, Number: +9257884
Status: 013, Id: -1434606409efwe, Number: +92465745
Status: 014, Id: -1434606409fwe6, Number: +9212345

is it possible?

I have a file like this (it shows in single line)

Status: 012, Id: -1434606409zzzzz, Number: +9257884Status: 013, Id: -1434606409efwe, Number: +92465745Status: 014, Id: -1434606409fwe6, Number: +9212345

I want to show format like this

Status: 012, Id: -1434606409zzzzz, Number: +9257884
Status: 013, Id: -1434606409efwe, Number: +92465745
Status: 014, Id: -1434606409fwe6, Number: +9212345

is it possible?

edited title
Link
lcd047
  • 7.4k
  • 1
  • 24
  • 33

howto How to add a new line after a specific string

edited body
Source Link
Syed Jahanzaib
  • 297
  • 2
  • 7
  • 18
Loading
Source Link
Syed Jahanzaib
  • 297
  • 2
  • 7
  • 18
Loading