Skip to content

SouthernPolaris/Linux-CLI-Describer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-CLI-Describer

Gives descriptions of command line inputs on linux

It gives a description of what the entered command does.

Example:

Example Terminal Input: ./main.py grep -ril 'error' /var/log/ Output: Searches for all lines containing the pattern 'error' in the file '/var/log/' with the following options: r: searches directories recursively i: ignores case distinctions in the pattern l: prints only the names of files with matching lines

Currently Supported Commands:

  • ls
  • grep
  • cat

Running The Script

./main.py {script you want to input}

Testing

python3 -m unittest discover -s tests -p "*.py"

About

Gives descriptions of command line inputs on linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages