In cross-platform, lowest-common-denominator sh you use: #!/bin/sh value=`cat config.txt` echo "$value". In bash or zsh , to read a whole ...
確定! 回上一頁