Difference between revisions of "Remove first line"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Related == | == Related == | ||
− | + | * <code>[[gcloud container clusters list]] 2>/dev/null | tail -n +2 | awk '{print $1}'</code> | |
+ | * <code>[[grep .]]</code> | ||
== See also == | == See also == |
Revision as of 16:14, 23 January 2023
tail -n +2
Related
gcloud container clusters list 2>/dev/null | tail -n +2 | awk '{print $1}'
grep .
See also
Advertising: