gpt4 book ai didi

bash - 如何找到从 $@ 传递到脚本中的最后一个参数?

转载 作者:行者123 更新时间:2023-11-29 09:41:35 26 4
gpt4 key购买 nike

#!/bin/bash 

/home/someDir/myServer $@

#arguments go as follow: ./server IP SERVICE PORT

port = $@ ?

echo "your port "$port

这不是我要找的:last_arg="${!#}"

最佳答案

我认为 ${@: -1:1} (空格是强制性的,否则它会感到困惑并认为您正在使用默认值)会做到这一点;与下标不同,切片语法允许负数从数组末尾开始索引。

关于bash - 如何找到从 $@ 传递到脚本中的最后一个参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6428786/

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