ITEM: D5637L
How do you delete from present line to begining of file in vi editor.
Response:
From command mode, type ":1,.d"
where : takes you to 'ed' command mode
1 represents line one in the file
, separator
. represents the current line (cursor position)
d indicates to delete lines in specified range
Support Line: How do you delete from present line to begining of file in vi editor. ITEM: D5637L
Dated: August 1993 Category: N/A
This HTML file was generated 99/06/24~13:30:56
Comments or suggestions?
Contact us