Tools aside, you can also use just the shell to display your file #!/bin/bash while read -r line do echo "$line" done <"file".
確定! 回上一頁