cbt
Verified for current stable LTS
Cbt Command: Lookup Single Row Recent Cell
Use for lookup single row recent cell with Cbt. Exact CLI syntax to lookup single row recent cell using Cbt.
When to use this: Use for lookup single row recent cell with Cbt.
Command Syntax
cbt lookup "<table_name>" "<row_key>" cells-per-column=<1> cbt lookup "<table_name>" "<row_key>" cells-per-column=<1> Command Breakdown
cbt is the base executable for this command.
FAQ
Purpose: Exact syntax to lookup single row recent cell using Cbt.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cbt Command: List Tables
cbt ls Cbt Command: Count Rows cbt count "<table_name>" Cbt Command: Lookup Single Row Specific Columns cbt lookup "<table_name>" "<row_key>" columns="{family1:qualifier1,family2:qualifier2,...}" Cbt Command: Read Rows By Regex cbt read "<table_name>" regex="<row_key_pattern>" count=<5> Cbt Command: Read Row Range Keys Only cbt read <table_name> start=<start_row_key> end=<end_row_key> keys-only=true