gpt4 book ai didi

bash - 如何在vim中直观地选择,然后直接执行shell命令?

转载 作者:行者123 更新时间:2023-12-04 16:17:18 25 4
gpt4 key购买 nike

<分区>

在 vim 中编写 bash 脚本时,能够有选择地只运行脚本中的几行是很有用的,例如如果我有一些脚本

#! /bin/bash

# more commands

mkdir /tmp/test_dir
echo "some output to STDOUT"
touch /tmp/test_dir/new_file

# more commands

假设我只想执行这部分脚本

mkdir /tmp/test_dir
echo "some output to STDOUT"
touch /tmp/test_dir/new_file

如何在 vim 中突出显示并执行它?我试过了

  • v , 选择目标文本, :

:'<, '> 提示

然后试了:! w

但它无法正常工作。
我不需要将 shell 命令的 STDOUT 写入文件或任何内容,但我希望至少能够看到输出。

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