outfile
基本解释
- n.輸出文件
英汉例句
- Looking to come up with a way toformulate wrkptfgrp to an outfile.
如果在此論罈發帖,互聯網上的所有人都可以看到您的電子郵件地址。 - ISM" INTO TABLE tmp FIELDS ESCAPED BY "" LINES TERMINATED BY "";SELECT * FROM tmp INTO OUTFILE "y.
這有助於防止用戶找到關於它們不能訪問的數據庫和表的信息。 - 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.
輸出文件的名字是通過outfile屬性來指定的,在這裡需要注意的是,我們衹是制定了基礎定名字,cc task會幫助我們加上所需相應的擴展名。 - lawk '{print "filename="$9,"times="$6$7$8,"size="$5}'>outfile
請問如何把文件名和大小、時間取出來?