You can pipe curl output to base64 : for i in "${arr[@]}"; do curl -s "$i" | base64 done > output.txt.
確定! 回上一頁