Wc

wc (ад англ.: word count — «падлік слоў») — unix‐утыліта, якая выводзіць колькасць пераводаў радкоў, слоў і байтаў для кожнага паказанага файла і выніковы радок, калі было зададзена некалькі файлаў. Калі уваходны файл не зададзены, або роўны ‘-‘, то даныя чытаюцца са стандартнага ўвода.

Просты прыклад ужывання wc:

$ wc ideas.txt excerpt.txt 
     40     149     947 ideas.txt
   2294   16638   97724 excerpt.txt
   2334   16787   98671 total

У першай калонцы утрымліваецца колькасць радкоў, у другой — слоў, у трэцяй — сімвалаў.

Новыя версіі wc размяжоўваюць падлік байтаў і сімвалаў, каб правільна працаваць з кадзіроўкамі накшталт UTF-8, якія маюць шматбайтавыя коды сімвалаў. Для выбару рэжыму работы ўжываюцца ключы -c і -m.

Першапачаткова GNU wc уваходзіла ў склад пакета GNU textutils, але зараз яна з'яўляецца часткай GNU coreutils.

Ужыванне

   wc -l <filename> вывесці колькасць радкоў
   wc -c <filename> вывесці колькасць байтаў
   wc -m <filename> вывесці колькасць сімвалаў
   wc -L <filename> вывесці даўжыню самага доўгага радка
   wc -w <filename> вывесці колькасць словаў

Спасылкі

  • wc(1) — старонка даведкі man па карыстальніцкіх камандах GNU/Linux (англ.)
  • wc(1) — старонка даведкі man па карыстальніцкім камандам OpenBSD (англ.)
  • wc(1) — старонка даведкі man па карыстальніцкіх камандах FreeBSD (англ.)

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.