#!/bin/bash for i in word1 word2 word3; do echo "$i" done ... which is used to produce formatted output according to the contents of a format string. printf ...
確定! 回上一頁