{"tool":"output","tool_display":"Output","intent":"read-data-from-stdin","intent_display":"read data from stdin","title":"Output Command: read data from stdin","command_string":"<output> | q \"select * from -\"","raw_command_string":"{{output}} | q \"select * from -\"","description":"Exact CLI syntax to read data from stdin using Output.","usage_scenario":"This command is used to query data streamed from standard input.","scenario_context":"This command is used to query data streamed from standard input.","simulated_output":"id | name  \n---|-------\n1  | Alice \n2  | Bob   \n3  | Charlie","how_to_steps":["Pipe data into the output command using 'output'.","Use 'q' to query the data with SQL-like syntax.","Specify the desired selection criteria in the query."],"canonical_url":"https://www.syntaxstandard.com/output/read-data-from-stdin"}