How do I find out the size of a file in my bash shell script and store this ... myfilesize=$(wc -c "/etc/passwd" | awk '{print $1}') printf ...
確定! 回上一頁