gpt4 book ai didi

Bash:执行变量的内容,包括管道

转载 作者:行者123 更新时间:2023-11-29 09:03:06 24 4
gpt4 key购买 nike

#!/bin/bash

# 1st part
ret=$(ps aux | grep -v grep) # thats OK
echo $ret

# 2nd part
cmd="ps aux | grep -v grep" # a problem with the pipe |
ret=$($cmd)
echo $ret

如何使用第二部分中的命令字符串?认为管道是问题所在。试图逃避它,但没有帮助。获取 ps 的一些语法错误。

谢谢!

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