Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.此内容没有您所选择的语言版本。
2.20. shell:tail, tail
Abstract
						displays the last lines of a file
					
Synopsis 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
shell:head  [
					--help
				] [
					-n lineNum
				] [
					-s seconds
				] [
					-f
				] {[
						path
					] |  [
						URL
					]...}
Arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
				Table 2.20, “shell:tail Arguments” describes the command's arguments.
			
| Argument | Interpretation | 
|---|---|
 --help  | Displays the online help for this command. | 
 -n  | Specifies the number of lines to display. The default is 1. | 
 -s  | Specifies the interval, in seconds, to sleep before checking for changes to display. | 
 -f  | Follow file changes. | 
 path  | A space delimited list of file paths to display. | 
 URL  | A space delimited list of file URLs to display. |