pylss

Python implementation of the common unix `ls` command


Keywords
pip, python, unix
License
MIT
Install
pip install pylss==0.1.1

Documentation

pylss

Python implementation of ls command

ls is a command to list computer files in Unix and Unix-like operating systems.

Usage

pip install pylss

  • importing as a function
    from pylss import getDirList
  • getDirList()

O/P