中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級網(wǎng)工!

招聘|合作 登陸|注冊

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點關(guān)注 > linux常用命令

Linux 日志查看 | tail 命令

時間:2019-07-27

linux重啟命令_linux 命令_linux命令

這是真實的即使嵌套另一個模板通過 #parse 指令或者位于一個velocity macro. 合并輸出將包括所有的內(nèi)容到遇到 #stop 指令的位置. 它是很方便的隨時終止模板解析.出入調(diào)試的目的, 你可以提供一個將被寫到stop命令執(zhí)行前日志 (debug 級別, 當(dāng)然是)消息參數(shù) (例如. #stop(‘$foo 并不在內(nèi)容中’) ).。在 從文件向表導(dǎo)入數(shù)據(jù)的時候,當(dāng)數(shù)據(jù)量特別大的情況下,裝入命令會明顯體現(xiàn)出優(yōu)勢,原因是它不像導(dǎo)入命令每次插入一行,并且在每行都要檢查是否滿足約束條 件,裝入命令從輸入文件讀出數(shù)據(jù)構(gòu)建頁,把這些頁直接寫入數(shù)據(jù)庫,并且在每一行數(shù)據(jù)裝入時不判斷是否滿足約束,另外裝入命令不寫日志,所有這些因素都導(dǎo)致 裝入的效率高于導(dǎo)入。 deltet:刪除na1所表示的面. 35、*cfcloskeep:保留na1所表示的面. 關(guān)閉一個"命令"文件. keep2 :確定na2是否保留或者刪除控制項,參考keep1. 格式:*cfclos (參考命令匯總里的"vsbv") 36、*cfopen, fname, ext 24、asbv, na, nv, sepo, keepa, keepv 打開一個"命令"文件 面由體分割并生成新面. ext:如果fname為空,則其擴展名為"cmd" na, nv:分別為指定的面編號和體編號. 37、*cfwrite, command: 其余的變量參考前面翻譯的命令"asba". 把ansys命令寫到由*cfopen打開的文件中. 25、*ask, par, query, dval: command是將要寫的命令或字符串. 提示用戶輸入?yún)?shù)值 38、circle,pcent,rad,paxis,pzero,arc,nseg par 是數(shù)字字母名稱linux命令linux命令,用于存儲用戶輸入數(shù)據(jù)的標(biāo)量參數(shù)的名。

NAME(名稱)
       tail - output the last part of files
		      輸出文件的最后一部分
SYNOPSIS(概要,大綱)
       tail [OPTION]... [FILE]...
DESCRIPTION(描述)
       Print  the  last 10 lines of each FILE to standard output.
       With more than one FILE, precede each with a header giving the file name.
       With no FILE, or when FILE is -, read standard input.
	   將每個文件的最后10行打印到標(biāo)準(zhǔn)輸出。
	   如果指定了多于一個文件,在每一段輸出前會給出文件名作為文件頭。
	   如果沒有指定文件,或者文件為-,那么就從標(biāo)準(zhǔn)輸入上讀取。
       Mandatory arguments to long options are mandatory for short options too.
	   長選項必須用的參數(shù)在使用短選項時也是必須的。
       -c, --bytes=K
              output the last K bytes; 
              or use -c +K to output bytes starting with the Kth of each file
			  輸出最后的K個字節(jié);
			  或者使用 -c +K 從每個文件的第K字節(jié)開始打印。
       -f, --follow[={name|descriptor}] 
              output appended data as the file grows;
			  隨著文件的增長,輸出附加數(shù)據(jù);(動態(tài)輸出最新的信息)
              an absent option argument means 'descriptor'
			  一個不存在的選項參數(shù)即是“描述符”
       -F     same as --follow=name --retry
		      與 --follow=name --retry 作用相同
       -n, --lines=K
              output the last K lines, instead of the last 10; or use -n +K to output starting with the Kth
			  輸出最后的K行,而不是最后的10行;或者使用 -n +K 從每個文件的第K行開始打印。
       --max-unchanged-stats=N
              with --follow=name, reopen a FILE which has not
              changed size after N (default 5) iterations to see if it has been unlinked or  renamed (this is the usual case of rotated log files);
              with inotify, this option is rarely useful
              在N(默認(rèn)5)次迭代后更改了大小,以確定它是否已經(jīng)解除了連接或重新命名(這是旋轉(zhuǎn)日志文件的常見情況);
			  使用inotify,這個選項很少有用
       --pid=PID
              with -f, terminate after process ID, PID dies
			  與“-f”選項連用,當(dāng)指定的進程號的進程終止后,自動退出tail命令;
       -q, --quiet, --silent
              never output headers giving file names
			  當(dāng)有多個文件參數(shù)時,不輸出各個文件名;
       --retry
              keep trying to open a file if it is inaccessible
			  即是在tail命令啟動時,文件不可訪問或者文件稍后變得不可訪問,都始終嘗試打開文件。使用此選項時需要與選項“——follow=name”連用;
       -s, --sleep-interval=N
              with  -f,  sleep  for  approximately N seconds (default 1.0) between iterations; 
              with inotify and --pid=P, check process P at least once every N seconds
			  與“-f”選項連用,指定監(jiān)視文件變化時間隔的秒數(shù)(默認(rèn)為1.0);
			  使用inotify和-pid=P,每N秒檢查進程P至少一次
       -v, --verbose
              always output headers giving file names
			  當(dāng)有多個文件參數(shù)時,總是輸出各個文件名;
       --help display this help and exit
		      顯示此幫助信息并退出
       --version
              output version information and exit
              顯示版本信息并退出
			  
       If the first character of K (the number of bytes or lines) is a '+', 
       print beginning with the  Kth  item from  the  start  of  each file, 
       otherwise, print the last K items in the file.  
       K may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, GB 1000*1000*1000, G 1024*1024*1024,  and  so on for T, P, E, Z, Y.
	   
	   如果K前面的字符(字節(jié)數(shù)或行數(shù))'+',每個文件從第K項開始打印,否則,打印文件中最后的K項。
	   K可能有一個乘數(shù)后綴:b 512,kB 1000,K 1024,MB 1000 1000,M 1024 1024,GB 1000 1000,G 1024 1024 1024,等等,對于T,P,E,Z,y。