我如何将浮点值传递给shell脚本并在该数字中进行计算 我尝试bash countDown.sh 1/12 但它无法正确完成。 脚本将参数从分钟转换为秒,然后倒计时
答案 0 :(得分:0)
我将您的问题读作:我想将一些小数分钟传递给我的脚本,将其转换为秒,然后倒数到零:
var newproducts =
from prod in products
where new [] { 1, 6, 4 }.All(x => prod.optionids.Contains(x))
select prod;