In bash, the command echo "$s" | tr "a-z" "A-Z" prints the value of s in a pipe | , which is read by tr . Code blocks are normally indented four spaces or one ...
確定! 回上一頁