爱咋咋地
发布时间:2023-12-06 20:09:09
有两种方法:1. bash |tee ./tee_record.txt2.script -B ./script_record.txt -T ./script_timing.txt两种方法生成的文件中都包含有大量的控制字符,这种格式叫做 typescript使用第二种方法记录的话,可以用scriptreplay -B ./script_record.txt -T ./script_timing.txt来重新播放整个记录的过程。就像看一个动画。.........【阅读全文】
发布时间:2023-12-06 09:28:01
转自:h_t_t_p_s://gist.github.com/tuxfight3r/60051ac67c5f0445efeeBash ShortcutsMovingcommanddescriptionctrl + aGoto BEGINNING of command linectrl + eGoto END of command linectrl + bmove back one characterctrl + fmove forward one characteralt + fmove cursor FORWARD one wordalt + bmo.........【阅读全文】