-3
u-boot에서 스크립트 파일을 실행하고 있습니다. 나는부팅시 runniing 파일에서 파일을 여는 방법
cat > info.txt <<- "EOF" // opening the file
echo "${mmcpart}" | tee info.txt // adding contents
echo "${root_fs}" | tee -a info.txt
EOF
하고,
echo "${root_fs}" | tee -a info.txt
그것이 작동하지
echo "${mmcpart}" | tee info.txt // directly adding the contents in
파일을 파일을 만들고 내 contents.I는 다음을 시도 저장할 ....... ... 누구든지 나를 도울 수 있습니까
왜 "c"플래그가 사용됩니까? 여기에는 C가 없습니다. – FredK