Home Explore Blog CI



449f865cb950de083e00c3d5a52d8cd05b76b239f3e048f20000000200004dfb.png

Extracted Text
> help append Append the given row to the table Usage: > append <row value> {flags} Parameters: <row value> the value of the row to append to the table Flags: -h, --help: Display this help message Examples: Add something to the end of a list or table > echo [1 2 3] | append 4
Explanation
The image shows the help message for the 'append' command. It describes the command's usage, parameters, flags, and includes an example of how to use the command to add something to the end of a list or table. The command is used to append a given row to the table.