The AROS Archives(anonymous IP: 3.143.17.128,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (45)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1622

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Shell » wordcount.i386-aros.lha

WordCount

Description: Count lines, words, and chars
Download: wordcount.i386-aros.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 58kb
Version: 37.10
Date: 25 Jan 21
Author: Torsten Poulin
Submitter: aGGreSSor [CPU]
Requirements: ABIv0; i386, InstallerLG
Category: utility/shell
License: BSD
Distribute: yes
FileID: 2277
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 47  (Current version)
47  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
============================== F E A T U R E S ==============================

WordCount counts lines, words, and characters similar to the Unix wc command.

============================ R E Q U I R E M E N T ==========================

WordCount tested and worked fine on the following configurations:

- IcarOS i386               (Kickstart 51.51, Workbench 40.0, AROS ABIv0)
- AROS One i386             (Kickstart 51.51, Workbench 40.0, AROS ABIv0)

================================= U S A G E =================================

Format:
    WordCount [[FROM] pattern...] [LINES] [WORDS] [BYTES|CHARS]

Template:
    FROM/M,LINES/S,WORDS/S,BYTES=CHARS/S


The WordCount command counts lines, words, and characters in the named
files. If no files are specified, WordCount reads from the default input,
making it possible to use it with pipes.

When multiple files are specified on the command line, their names will
be printed along with the counts.

WordCount also keeps a total count for all named files.

The switches LINES, WORDS, and CHARS may be used to specify that a
subset of lines, words, and characters are to be reported.

WordCount has a broad definition of a word. It considers a word to be any
string of characters delimited by spaces, tabs, or new-lines.

Using no switches is the same as using all three.


Examples:

    1> wordcount #?.doc

    1> list SYS: nohead quick all files | wordcount lines

    1> wordcount Docs/WordCount.doc Docs/COPYING lines

       33     145    936   Docs/WordCount.doc
       31     242   1524   Docs/COPYING
       64     387   2460   Total

================================ S O U R C E ================================

Binary, source code, and documentation included.
Under 2-clause BSD License.

aminet backport from
http://aminet.net/package/util/cli/WordCount

AROS compiled by

        ______ ______              ______ ______ 
 ______|:: .__|:: .__|_____ ______|:: ___|:: ___|______ _____ 
|: ,   |:  |  |:  |  |:  ,_|:  ,__|:___  |:___  |:  -  |:  ,_|
|__|___|______|______|___|   _____|______|______|______|___|

                home cross-compilation factory


Copyright © 2005 - 2024 The AROS Archives All Rights Reserved