Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 536 Bytes

#Command line interface to accomplish various task.

###USE To start it, just type 'python main.py' or 'ipython main.py'

###FEATURES and How-to

  • List out all the files of the given path, of particular extension list -f py /home/kaichogami/codes

  • List out all the folders of the given path list -d /home/kaichogami/Music

  • Search for a particular file search graph.py /home/kaichogami

  • Sort files in ascending or desecinding order sort --ascending /home/kaichogami/test.txt

  • View files for reading cat test.txt