gpt4 book ai didi

python - 拆分 IPython Magic Shell 多行

转载 作者:行者123 更新时间:2023-11-28 16:27:45 26 4
gpt4 key购买 nike

我正在尝试使用 ! 运算符在 IPython 中运行一个很长的 shell 命令。如何将命令拆分为多行?

例如,

 !awk -v c=0 '{{if (a[$$1]) print $$0 a[$$1]; else if (b[$$2]) print $$0 b[$$2] else {{print $$0 " common_" c; a[$$1] = b[$$2] = " common_" c; c++}}}}' foo.txt | column -t

像这样的命令很快就会变得不可读。

最佳答案

使用 \,按回车键,继续输入,使用另一个 \ 并输入直到完成。

例如

In [1]: !ls \
...: *.txt
aws-forum.txt encyclic.txt

In [2]:

关于python - 拆分 IPython Magic Shell 多行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35021565/

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