Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Input buffer is the lines we enter in command line
  2.  
  3. ! # Clear input buffer. Use when you type erroneous code
  4. ; # Supress evaluation output. Does not print output
  5. show-input # Show the multiline input buffer
  6. amend-line <N> <replacement code> # N is the line numbers used as 1..10 where the code needs to be replaced. If no line number then preceding line is deleted.
  7. amend-line <N> ! # deletes the specified lines
  8. edit # opens a temp file to edit the input buffer
  9. hist -n --tail 5 # display history without line numbers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement