파이프에서 stdin을 가져오고 독립적으로 작동하지만 인수가 있는 옵션도 허용하는 bash 스크립트를 어떻게 작성할 수 있습니까?
예:
./myscript.sh -t mytitle -m mymessage
Send message with -t title and -m message
또는
somecommand | myscript.sh -t mytitle
output from somecommand gets used as message
솔루션은 ifne을 사용할 수도 있습니다.