에 난 그냥 물고기와 bash는 모두 다음 명령을 사용하여 시도 :대체는 "<<<"물고기
tee /sys/class/backlight/intel_backlight/brightness <<< 0
가 잘 작동하지만 난 물고기를 시도 할 때이 반환 배쉬에서
. 물고기
tee /s/sys/class/backlight/intel_backlight/brightnes <<< 0 0 < 14:20:33
Expected a string, but instead found a redirection
fish: tee /sys/class/backlight/intel_backlight/brightnes <<< 0
^
내가 < < <을 대체하는 방법을 찾기 위해 노력했다 명령 대체를 많이 가지고 있지만 나는 그것이 자신의 튜토리얼에 나와 찾을 수 없습니다 : https://fishshell.com/docs/current/tutorial.html#tut_command_substitutions
것은 내가 만약 기쁠 누군가가이 나를 도와 (bash는 같은) "여기에 문자열"에 대한
아마도 HTTP의 중복 : // stackoverflow.com/questions/25043743/how-do-i-redirect-a-string-in-fish – ntalbs