使用vi编写shell 内容如下:
#!/bin/sh
#UpdateCSW.sh
#using jaxb tools to generate java classes from xsd
rm -rf com
xjc -p com.geostar.csw.domains UpdateCSW.xsd
编辑完毕以后保存。
给用户执行的权限:
chmod u+x UpdateCSW.sh
最后执行shell命令:./UpdateCSW.sh
轻松使用“Explain Shell”脚本来理解Shell命令://m.ajphoenix.com/linux/13200.html
最牛B的Linux Shell命令系列连载(四)://m.ajphoenix.com/linux/10987.html
最牛B的Linux Shell命令系列连载(三)://m.ajphoenix.com/linux/10986.html
最牛B的Linux Shell命令系列连载:(二)://m.ajphoenix.com/linux/10985.html
最牛B的Linux Shell命令系列连载(一)://m.ajphoenix.com/linux/10984.html