shell获取svn的最新版本号

前端之家收集整理的这篇文章主要介绍了shell获取svn的最新版本号前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

使用命令:

svn info |grep Revision: |awk '{print $2}

参考网址:https://stackoverflow.com/questions/1991526/current-subversion-revision-command

参考网址:http://www.runoob.com/linux/linux-comm-awk.html

原文链接:https://www.f2er.com/bash/392736.html

猜你在找的Bash相关文章