腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
在执行shell脚本时找不到
、
、
、
我有以下shell脚本
zsh
_
history
_fix.sh:mv ~/.
zsh
_
history
~/.
zsh
_
history
_badstrings ~/.
zsh
_
history
_bad > ~/.
zsh
_
history
fc -R ~/.
zsh<
浏览 9
提问于2020-11-12
得票数 1
回答已采纳
1
回答
从脚本或非交互式
zsh
实例执行历史记录或fc。
、
、
通过读取
zsh
文档,
history
和fc将不会在非交互模式下访问完整的~/.
zsh
_
history
。我正在寻找一种方法来实现这一点,这样我就可以编写一个搜索实用程序。$HISTFILE' /Users/username/.
zsh
_
history
➜
浏览 0
提问于2020-07-11
得票数 4
回答已采纳
1
回答
extended_
history
在
zsh
中做什么?
、
我看到了extended_
history
选项,并且看到它在
zsh
中的每个目录历史记录中被使用,但是还没有真正理解extended_
history
到底做了什么? 604 cd 606 tail -5
history
我的~/.
zsh
/
浏览 0
提问于2018-01-11
得票数 11
1
回答
Zsh
和git-flow错误
、
、
shwordsplit option is required for proper
zsh
operation(k3)➜ ~ git flow feature+_per-directory-
history
-addhistory:1> print -sr -- git flow feature +_per-directory-
history
浏览 3
提问于2012-10-11
得票数 0
回答已采纳
6
回答
从
Zsh
历史记录中删除特定行
、
我想删除我的
Zsh
历史记录中的一个特定条目。
Zsh
的fc和
history
没有任何删除条目的选项。我试过寻找~/.zhistory,但它并不存在。如何找到历史文件的位置并删除该条目?
浏览 165
提问于2014-04-01
得票数 65
1
回答
为什么child_process.execSync的输出是空的?
、
、
、
. >README.mdpackage.json但是,如果我尝试运行历史记录(我目前正在使用
zsh
),就会得到一个空字符串。var execSync = require('child_process').execSync;console.log(out); process.stdout.write
浏览 5
提问于2015-08-01
得票数 0
3
回答
噢-天哪-
zsh
禁用lib
history
.
zsh
我想禁用它,经过审查后我发现 我该怎么禁用这个?
浏览 11
提问于2014-02-16
得票数 24
回答已采纳
2
回答
镜拍历史
、
我教授各种CLI工具,如git、docker等。我想拥有两个bash终端:一个用于运行命令,并获得输出,另一个始终只反映命令历史给我带来的内容。示例:T1: /home/meT1:文档桌面下载pwd ls
浏览 0
提问于2016-08-24
得票数 3
1
回答
使
zsh
默认外壳后拒绝对
zsh
_
history
的访问
、
默认情况下,我尝试使用改变我的外壳进行
zsh
。经过一些故障排除后,当将默认shell更改为
zsh
时,问题似乎就在这里。如果我这样做了,我就不能再访问.
zsh
_
history
了: $ cat ~/.
zs
浏览 0
提问于2022-02-01
得票数 2
1
回答
zsh
历史记录命令支持比文档状态更多的选项。
、
zsh
中的历史命令支持-c和-w等选项,尽管文档中没有这样的选项。
history
Same as fc -l.prints time and date stamps in the given format; fmt is formatted with the strftime function with the
zsh
`fc -R' reads the
history
from the given f
浏览 0
提问于2022-02-21
得票数 0
回答已采纳
2
回答
zsh
:锁定失败,因为~/..cache/
zsh
/
zsh
_
history
: file存在
、
、
在进行挂载时,我在多个主机之间有一个绑定挂载~/.cache/
zsh
文件夹,其中有rw和defaults。当我同时启动机器和尝试锁定
zsh
_
history
的
zsh
时,它会在一台机器上给出错误的
zsh
: locking failed for ~/.cache/
zsh
/
zsh
_
history
: file exists但似乎以前没有人得到过这种网状结构,什么时候和为什么
zsh
会给出这种网状结
浏览 0
提问于2019-11-07
得票数 4
1
回答
Bash设置使我在
zsh
中没有历史记录
、
HISTFILESIZE=115:export HISTTIMEFORMAT="[%F %T] "export HISTSIZE=100000 # can&
浏览 49
提问于2019-04-04
得票数 0
1
回答
Zsh
和Bash之间的共享或同步历史
、
、
、
我经常发现自己在Bash和
Zsh
之间切换,并使用历史搜索功能恢复命令。 但是,由于Bash和
Zsh
有不同的历史文件,我经常发现我正在搜索的命令已经在另一个shell中执行了。
浏览 0
提问于2011-09-19
得票数 18
回答已采纳
4
回答
哦-我的-
zsh
非常慢(加载时间约10秒)
、
、
、
我正在使用:
zsh
5.0.5问题是,即使打开新的终端选项卡,终端加载时间也太慢--大约10秒。
浏览 12
提问于2016-11-25
得票数 3
回答已采纳
1
回答
带有时间戳的
zsh
命令行历史记录
、
我使用的是
zsh
4.3.6。我想要命令行历史记录中的时间戳。
history
-i始终显示当前时间: >
history
-i499 2020-04-27 14:54 cat ~/.
zsh
_
history
500 2020-04-27 14:54 exit 时间戳似乎没有存储在$HISTFILE中 > cat $HISTFILE
zsh
--version
h
浏览 96
提问于2020-04-27
得票数 1
1
回答
ZSH
主题仅部分应用
、
、
if our EDITOR is set to viHISTSIZE=5000HISTFILE=~/.
zsh
_
history
", from:oh-my-
zsh
zplug &q
浏览 0
提问于2022-08-28
得票数 0
1
回答
zsh
_
history
只是显示了很少的条目,而不是全部
、
、
我不知道为什么,但是.
zsh
_
history
只显示了几个条目,而不是全部。shirish@debian ~ %
history
156* torbrowser-launcherHISTSIZE=10000HISTFILE=~/.
zsh
_
h
浏览 0
提问于2018-01-05
得票数 3
1
回答
GitHub协同文件中的dotfiles (
zsh
设置):没有影响
、
、
、
/bin/bash git clone git://github.com/
zsh
-users/
zsh
-autosuggestions $
ZSH
_CUSTOM/plugins/
zsh
-autosuggestionsgit clone https://github.com/
zsh
-users/
zsh
-
history
-substring-search ${
浏览 5
提问于2021-12-20
得票数 1
4
回答
将
Zsh
历史记录保存到~/..persistent_
history
、
、
但是,我还想继续将命令历史保存到~/..persistent_
history
,这就是我在Bash ()中所做的。但是,ref链接中的脚本在
Zsh
下无法工作:{ $(
history
1) =~ ^\ *[0-9]+\ +([^\ ]= "$PERSISTENT_
HISTORY
_LAST" ] echo $date_part "|" "$c
浏览 12
提问于2015-05-15
得票数 10
回答已采纳
3
回答
是否有可能将命令的历史从一个系统传输到另一个系统?
、
因此,当我输入
history
命令时,我得到的结果与在旧系统上的结果相同。
浏览 0
提问于2013-11-24
得票数 7
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Linux安装zsh并使用oh my zsh配置
Zsh 入门
Linux history命令
在 Fedora 系统上设置 zsh
learning to remember translation history with a continous cache
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券