Skip to content

robertoladd/rg-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP CLI Word Frequecy counter

CLI task word frequency counter

Usage

Clone the repository and start the vagrant environment

git clone https://github.com/robertoladd/rg-test.git
vagrant up
vagrant ssh
cd /vagrant/app
echo "The quick brown fox jumps over the lazy dog" | php ./cli.php -t WordFrequency

Stdin Input

echo "The quick brown fox jumps over the lazy dog" | php ./cli.php -t WordFrequency

File Input

php ./cli.php -t WordFrequency --path=/vagrant/storage/stream1.txt

URL Input

php ./cli.php -tWordFrequency --url=https://es.wikipedia.org/wiki/Quentin_Tarantino --cleanhtml=true

About

CLI task test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published