gpt4 book ai didi

linux - 在终端中记录任何内容

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:56:34 25 4
gpt4 key购买 nike

我想记录在终端中完成的任何操作。任何给定的输入以及该输入的输出。命令 history 将为您提供输入。我知道如何重定向 outputs to file但我需要一种更通用的方法,这样我就可以每天记录输入的内容和输出的内容。

最佳答案

脚本 来自 util-linux可用于:

% script -q out_file.txt
% ls
out_file.txt
% exit
% cat out_file.txt
% ls
out_file.txt
% exit

参见 man 1 script .

关于linux - 在终端中记录任何内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37533607/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com