% binary scan [ binary format i* 146366987889541120] B* g
integer value too large to represent
バイナリ形式のコマンドを使用して長い整数値を計算するのを手伝ってくれる人はいますか? しかし、エラーが発生し、構文で 'l' を表す方法がありません ( format コマンド のようにformat %lx 146366987889541120
)。
% format %lx 146366987889541120
208000000000000
%
%
% format %x 146366987889541120
0
%
誰でもこれを解決する方法を提案できますか?