Explorar el Código

wc: add words example, update characters example

Igor Shubovych hace 9 años
padre
commit
4e1da9c809
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      pages/common/wc.md

+ 5 - 1
pages/common/wc.md

@@ -6,7 +6,11 @@
 
 `wc -l {{file}}`
 
-- Count bytes in file:
+- Count words in file:
+
+`wc -w {{file}}`
+
+- Count characters (bytes) in file:
 
 `wc -c {{file}}`