Often times I issue different commands on the same file. For example:
$ youtube-dl aB54c4p0eo #I made this video id up on the spot $ mv aB54c4p0eo.flv kittens.flv $ vlc kittens.flv $ rm kittens.flv Is there a way to reuse arguments from the previous command in the current so that I don't have to rewrite it?