To view a range of commands in the history use the built-in fc
command:
fc -ln 432 435
To execute them again:
eval "$(fc -ln 432 435)"
To view a range of commands in the history use the built-in fc
command:
fc -ln 432 435
To execute them again:
eval "$(fc -ln 432 435)"