#!/usr/bin/env bash name="John" echo "Hello $name! ... append python hello.py 2> error.log # stderr to (file) python hello.py 2>&1 # stderr to stdout python ...
確定! 回上一頁