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.
次のような行を含む、ファイル内の先頭の 7 桁の 16 進数文字列をすべて抽出しようとしています。
3fce110:: ..\Utilities\c\misc.c(431): YESFREED (120 bytes) Misc
egrep -o '^[0-9a-f]{7}\b' file.txt
egrep
grep -E
-o
^
[0-9a-f]{7}
A-F
-i
\b