How to edit a command output and execute it?
问题 It's possible edit a command in standard editor But I don't found how to edit OUTPUT of command and execute it in command line. By example, if I type: remake I obtain: El programa «remake» no está instalado. Puede instalarlo escribiendo: sudo apt-get install remake I like remove de first line, and execute the second one. This is special case because output is fron stderr instead of stout. But in other cases is usefull edit output, add command and execute it. 回答1: I think once you got the