Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 2. Shell Console Commands
The shell command group provides a number of commands that provide basic console functions such as displaying system information and showing the contents of files.
Type
shell:
then press Tab at the prompt to view the commands in this group.
2.1. shell:cat, cat 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Abstract
displays the contents of a file or URL
Synopsis 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
shell:cat
[
-n
] [
--help
] {[
path
] | [
URL
]}
Arguments 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Table 2.1, “shell:cat Arguments” describes the arguments for this command.
Argument | Interpretation |
---|---|
-n | Display line numbers. |
--help | Displays the online help for this command |
path | The path(s) of the file to display, separated by whitespace (separated by - for STDIN) |
URL | The URL(s) to display, separated by whitespace (separated by - for STDIN) |