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.
私は次のような16進数のファイルを並べ替える方法を探しています
C3 A2 3F
コマンドラインから
Linuxソリューションは大歓迎ですが、Windowsとcygwinまたはgnuwin32を使用します。
matt@netbook:~$ sort C3 A2 3F ^D 3F A2 C3
もちろん、このコマンドにパイプすることも、そのオプションのいずれかを使用することもできます。