Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何只保留突出显示的部分?
运行它awk以在行号大于 1 的每一行上打印第三个字段:
awk
awk 'NR>1{print $3}' YourFile #574E3E #2E67FD #40A254