| Linux Shell Scripting Tutorial (LSST) v1.05r3 | ||
| Chapter 6: Learning expressions with ex | ||
|  | ||
NOTE
 Here 1 is 1st line and d command indicates deletes (Which deletes the 1st line).
 You can even delete range of line by giving command as
 :1,5 d
| Printing text on-screen | Coping lines | |