فهرست منبع

wc: add words example, update characters example

Igor Shubovych 9 سال پیش
والد
کامیت
4e1da9c809
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  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}}`