使用 vi 打开目录中最后修改的文件
我想要一种快速的方法来打开目录中最后修改的文件,也许以别名的形式。
目前,我执行 ls -ltr。然后复制并粘贴文件名
假设我使用的是 tcsh
I want a quick way to open the last modified file in the directory, perhaps in a form of alias.
Currently, I do ls -ltr. Then copy-and-paste the filename
Assume that I am using tcsh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为上述答案创建别名将避免每次都键入命令。
在
.tcshrc
文件中添加以下条目并重新加载。为了避免进入日志文件夹并执行命令,请创建以下别名并重新加载。
Creating an alias for the mentioned answer will avoid typing the command every time.
Add below entry in
.tcshrc
file and reload.To avoid going to log folder and executing the command, create below alias and reload.