I've got a text file, and using Bash I wish to insert text into into a specific line.
Text to be inserted for example is "!comment: http://www.test.com" into line 5
!aaaa
!bbbb
!cccc
!dddd
!eeee
!ffff
becomes,
!aaaa
!bbbb
!cccc
!dddd
!comment: http://www.test.com
!eeee
!ffff