Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented word count (wc), chmod and head commands #24

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2017

  1. started implementing wc

    kmjayadeep committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    8498d23 View commit details
    Browse the repository at this point in the history
  2. wc basic implementation

    kmjayadeep committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    79a7701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eabbe3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607cd78 View commit details
    Browse the repository at this point in the history
  5. started implementing head

    kmjayadeep committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    db1b2ae View commit details
    Browse the repository at this point in the history
  6. implemented head command

    kmjayadeep committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    aa66fc8 View commit details
    Browse the repository at this point in the history
  7. started chmod

    kmjayadeep committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    b036b58 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. chmod basic implementation

    kmjayadeep committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    cf5a550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5297e4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be5b261 View commit details
    Browse the repository at this point in the history