i'm using bash1019 perl -e 'do something'To re-execute this command I used I can type:!1019If it was the last one I can type:!!how to I save this to a file like:echo !1031 > myCommand.shthis records:echo perl -e do somethingi lost my single quote and I don't want "echo"
4/20/2007 1:19:14 PM
history | grep 1019 > myCommand.sh?
4/20/2007 5:06:19 PM