diff --git a/README.md b/README.md index 644590a..2ef2e67 100644 --- a/README.md +++ b/README.md @@ -148,10 +148,14 @@ Run the script:
$ chmod +x myurls $ ./myurls-TIP: To add the same text at the beginning of multiple lines using vim editor: - - Press `Ctrl-v` to select the first column of text in the lines you want to change (visual mode). - - Press `Shift-i` and type the text you want to insert. - - Hit `Esc`, wait 1 second and the inserted text will appear on every line. +TIP: +To add the same text at the beginning of multiple lines using vim editor: + - Press `Ctrl-v` to select the first column of text in the lines you want to change (visual mode). + - Press `Shift-i` and type the text you want to insert. + - Hit `Esc`, wait 1 second and the inserted text will appear on every line. + +Using sed: +
$ sed -i 's/^/markit -wu /' filename#License GPL v3