question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Table output without headers

See original GitHub issue

How do I get --output=table but without the header and ----- line(s).

For now I’m using tail -n+3.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
gjusticecommented, Jun 24, 2019

It might seem hokey, but one use case that came up for me, is in writing a script that did multiple consecutive NSG rule additions, suppressing the header on all but the first rule would have led to an almost user-friendly output without much effort. Yes, the output does not line up but it still would look decent enough, way better than with all those extra headers and line-spacers.

0reactions
smholvoetcommented, Dec 21, 2022

It might seem hokey, but one use case that came up for me, is in writing a script that did multiple consecutive NSG rule additions, suppressing the header on all but the first rule would have led to an almost user-friendly output without much effort. Yes, the output does not line up but it still would look decent enough, way better than with all those extra headers and line-spacers.

In need of this exact scenario, where --output table is by far the easiest way to quickly get an overview, but gets cluttered quickly if you have to loop through several resources who all have the same column headers. Some sort of --no-headers would come in very handy here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PowerShell: Format-Table without headers - Stack Overflow
Try the -HideTableHeaders parameter to Format-Table : gci | ft -HideTableHeaders. (I'm using PowerShell v2. I don't know if this was in v1.)....
Read more >
Turn Excel table headers on or off - Microsoft Support
Show or hide the Header Row · Click anywhere in the table. · Go to Table Tools > Design on the Ribbon. ·...
Read more >
How to Output DataTable to String Without the Table Header?
Hello, I'd like to write a datatable to a text file, and is using Output Data Table. But I need to output it...
Read more >
Select command output without column headings - IBM
This document describes how to run a select command on the Tivoli Storage Manager server instance database and return the output without the ......
Read more >
Write Data Frame without Header in R (Example)
2) Example: Exporting CSV File without Header Using write.table Function ... Create data frame x2 = letters[10:15], x3 = 9) data # Print...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found