Try echo "$1" > /sys/class/backlight/acpi_video0/brightness . I bet the shell is expanding $1 and thus echo thinks it is receiving a bunch of arguments, ...
確定! 回上一頁