Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Studio / nhilam |
Follow
827
|
\cat | |
Concatenates files. | |
Syntax | |
\cat [-n] [FILE ...] |
|
Description | |
This command Concatenates FILE(s), or standard input, to standard output. | |
Options | |
-n | |
number all output lines. | |
Example | |
To display the contents of a file \cat foo.sql |
|
To number all output lines, use: \cat -n foo.sql |
|
To concatenate multiple files and display to the console, use the below command. The contents of the files are not modified or altered. \cat foo1.sql foo2.sql |
|
To concatenate multiple files to a file, use the below command. The contents of the files are not modified or altered. \cat foo1.sql foo2.sql >output.sql |
|
To copy a file using cat command \cat foo1.sql >newfile.sql |
|
To use cat command for file creation use the below command. Enter the contents and use Ctrl+C \cat > foo1.sql |
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017