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

Add size option (-s) in the ls command #1102

Merged
merged 3 commits into from
Aug 20, 2024

Commits on Aug 14, 2024

  1. Add size option (-s) in the ls command

    * Lists the size of each file (in bytes) when `ls -s` is invoked
    Nathan Hsiao authored and Nathan Hsiao committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    aac805c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Update directory size and remove Kernel level function call

    * Add '--' option in place for directory size
    * Remove remove redundant Kernel function and perform operation
      in `ls` appliciation instead
    Nathan Hsiao authored and Nathan Hsiao committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    15d16d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Remove verbose check for size option

    Nathan Hsiao authored and Nathan Hsiao committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2ac1a5f View commit details
    Browse the repository at this point in the history