瀏覽代碼

xxd: add length flag (#2034)

Agniva De Sarker 7 年之前
父節點
當前提交
ddc10f1be0
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/common/xxd.md

+ 4 - 0
pages/common/xxd.md

@@ -14,6 +14,10 @@
 
 `xxd -c {{10}} {{input_file}}`
 
+- Display output only upto a length of 32 bytes:
+
+`xxd -l {{32}} {{input_file}}`
+
 - Display the output in plain mode, without any gaps between the columns:
 
 `xxd -p {{input_file}}`