#!/bin/bash if [ ! -f $1 ] ; then echo "file $1 isnot exist" exit 1 fi if [ -f $2 ] ; then echo "file $2 is exist" exit 2 fi sed -e 's:\bsimple\b:import:g' $1 > $2 exit 0
23,406
社区成员
70,559
社区内容
加载中
试试用AI创作助手写篇文章吧