Difference between revisions of "Remove first line"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
* <code>[[gcloud container clusters list]] 2>/dev/null | tail -n +2 | awk '{print $1}'</code> | * <code>[[gcloud container clusters list]] 2>/dev/null | tail -n +2 | awk '{print $1}'</code> | ||
* <code>[[grep .]]</code> | * <code>[[grep .]]</code> | ||
+ | * [[head -1]] | ||
+ | * [[wc -l]] | ||
== See also == | == See also == |
Latest revision as of 17:40, 14 December 2023
Advertising: