Course: SE 2XC3
Date: November 3rd, 2025
Name: Subha Ratti
This project is a simple Linux utility named binconv written. It takes set number of bits value, encoded format for negative numbers, and possibly a range of longs. The output is the binary conversion of the input
depending on what the user asked for. The usage format is: binconv [-b BITS] [-f 0|1|2] [-r START FINISH].