#!/bin/bash function get_path() { echo "/path/to/something" } mypath="$(get_path)". This works fine, but there is a significant speed overhead to using a ...
確定! 回上一頁