How do I display and insert current date and/or time under vi or VIM text editor?
You can use external command as follows to insert the current date and time: :r !date OR just type !!date (press ESC key followed by !! and than type date) !!date Sample outputs:
No comments:
Post a Comment