outfile
基本解釋
- n.輸出文件
英漢例句
- Looking to come up with a way toformulate wrkptfgrp to an outfile.
如果在此論壇發(fā)帖,互聯(lián)網(wǎng)上的所有人都可以看到您的電子郵件地址。 - ISM" INTO TABLE tmp FIELDS ESCAPED BY "" LINES TERMINATED BY "";SELECT * FROM tmp INTO OUTFILE "y.
這有助于防止用戶找到關(guān)于它們不能訪問(wèn)的數(shù)據(jù)庫(kù)和表的信息。 - The output file name specified by the outfile attribute serves only as a base name;the cc task adds extensions (like .exe) or prefixes (like lib) as necessary.
輸出文件的名字是通過(guò)outfile屬性來(lái)指定的,在這里需要注意的是,我們只是制定了基礎(chǔ)定名字,cc task會(huì)幫助我們加上所需相應(yīng)的擴(kuò)展名。 - lawk '{print "filename="$9,"times="$6$7$8,"size="$5}'>outfile
請(qǐng)問(wèn)如何把文件名和大小、時(shí)間取出來(lái)?