Skip to main content

This Package contains the commands of UNIX shell

Project description

# This project implements the Command Line Interface like UNIX-shell

This project includes the following commands:

## Directory commands:

  • ls (with support for -R)

    Lists the files and directories in the current directory

    -R lists the files and directories recursively

  • pwd

    Returns the present working directory

  • mkdir

    Creates a new directory

  • rmdir

    Removes the directory if it is empty

  • cd

    Changes the current directory to the directory mentioned in the argument

## File Commands:

  • grep

    To find matching patterns

  • find

    Finds the given file in the given path

  • cat

    Used to display the contents of the given file. With ‘>’ can be used to create and write into a new file

  • cp

    Copy contents from source to destination

  • mv

    Move contents from source to destionation

  • rm (with support for -r)

    Remove the file or directory with a confirmation to remove non empty items.

    -r Removes recursively

  • sizeof

    Returns the size of the file in the arguments

  • head

    -n for the number of lines it has to print since the beginning of file

    Default is 10

  • tail

    -n for the last n number of lines to print from the file

    Default is 10

## Miscellaneous commands:

  • date

    Returns the current date and time

  • whoami

    Returns current user name

  • hostname

    Returns current host name

  • timeit

    Returns the time taken to run the command given

  • exit

    Exit from the shell

  • history

    Shows the history of commands executed so far

    # Installing the package

    To install and use, run the following command from your command line

    > pip install pyshell-pybc2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyshell_pybc2_updated-0.0.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

pyshell_pybc2_updated-0.0.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file pyshell_pybc2_updated-0.0.1.tar.gz.

File metadata

  • Download URL: pyshell_pybc2_updated-0.0.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for pyshell_pybc2_updated-0.0.1.tar.gz
Algorithm Hash digest
SHA256 6d5a06493c4a09a48f70c4c142f4303cceec0ecb54d47a3433101e2c801f19d4
MD5 b17833a47e07b241ff0eefb732c6fd33
BLAKE2b-256 c59f7d4504d4a8da7a2fdbdbbb4526c38774af3eb61483e61d5b846e7dcc5f02

See more details on using hashes here.

File details

Details for the file pyshell_pybc2_updated-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: pyshell_pybc2_updated-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for pyshell_pybc2_updated-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3c7d7e2ea6ae51dc189b169baceaaaac61553e0e6440c33ffbcd89ca33dfc9b4
MD5 09f0ac0fb2f39d7b0ec3ec11af56a905
BLAKE2b-256 219796fe7b5f4b96bf1e95d3f43068bb9e2d25da35b04dc4205013f0b9fe536e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page