1
0
Agniva De Sarker 7 жил өмнө
parent
commit
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}}`