USF-OS / FogOS

Other
1 stars 24 forks source link

Project 1 - Add New Utility - cksum #4

Open marcusaltman opened 4 months ago

marcusaltman commented 4 months ago

I want to add the cksum command to FogOS

malensek commented 4 months ago

Sounds like a good idea, plus this will be easy to test because you can compare it with the Linux cksum.

marcusaltman commented 4 months ago

I will implement cksum as follows:

  1. Command Syntax: cksum [File_Name]
  2. Calculates the checksum using a cyclical redundancy check algorithm
  3. Determines the size of the file in bytes
  4. Displays the checksum, file size, and file name on the console