Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーから文字を入力し、対応する ascii 値を画面に表示しようとしています。これは私のコードです。誤りがあれば修正して投稿してください。
echo Enter a character read n printf "%d" $n;
エラー-: ./ascii.sh: 3 行目: printf: a: 無効な番号