标签:内容 ase .repo enable local repo eof 文件 name
1、cat向文件覆盖内容
cat > local.repo << EOF
[local]
name=local
baseurl=file:///mnt/cdrom
gpgcheck=0
enabled=1
EOF
2、cat向文件追加内容
cat >> local.repo << EOF
[local]
name=local
baseurl=file:///mnt/cdrom
gpgcheck=0
enabled=1
EOF
标签:内容 ase .repo enable local repo eof 文件 name
原文地址:https://www.cnblogs.com/effortsing/p/9991691.html