You can pipe the script's output through a loop that prefixes the current date and time: ./script.sh | while IFS= read -r line; do printf '%s %s\n' ...
確定! 回上一頁