Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 391 Bytes

File metadata and controls

13 lines (10 loc) · 391 Bytes

Files

  • Put a global mark in this file.
  • Create a new file named 'tmp'.
  • Return to this file using the global mark.
  • Delete the temporary file.

Hints

m<capital char> - An uppercase character means a global named mark. '<capital char> - Return to the named mark. :e <filename> - Create the file with the given name. !rm <filename> - Delete the file with the givebn name.