[20171228]windwos批處理echo問題.txt

lfree發表於2017-12-28

[20171228]windwos批處理echo問題.txt

--//前幾天寫的文章,連結:http://blog.itpub.net/267265/viewspace-2149205/
--//裡面提到windows的自帶echo,實現一些特性太"複雜".

--//昨天聽朋友介紹安裝unxutil包裡面自帶許多linux命令,這樣輕鬆解決這些問題.我本來就安裝這個包.

R:\>D:\tools\linux\usr\local\wbin\echo  -e "set timing off head off; \n select  sysdate  from dual; " | sqlplus -s scott/book@78
2017-12-28 09:27:22

R:\>D:\tools\linux\usr\local\wbin\echo  -e "set timing off head off; \n select  (sysdate+1)  from dual; " | sqlplus -s scott/book@78
2017-12-29 09:30:33

--//只不過要使用全路徑名,這樣感覺好多了.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2149422/,如需轉載,請註明出處,否則將追究法律責任。

相關文章