리눅스 파일 생성하기

개발 및 관리/Linux, Unix 2023. 6. 22. 22:01 posted by HighLighter
반응형

1. 파일생성하기


 echo "file content" >> file.txt

 touch file.txt

반응형