Thread: What small (*nix) system software should I download the source of to examine?

  1. #1
    Registered User
    Join Date
    Mar 2019
    Posts
    2

    Post What small (*nix) system software should I download the source of to examine?

    First off, hello everyone!
    I am in the process of learning C, by reading the Learn C the Hard Way book, and I'm fairly far into it. I am by no means proficient enough to write system software with C yet, but I think that if I have a really small open source program that I can (maybe?) print out if its not too many pages, and try to figure out what it does, will definitely help me improve. So basically if you guys know of stuff that fits this criteria, please go ahead and post below!

    Also, I had a look through the different boards, and this one seemed most suited to this question. However if it is out of place, I will of course move it.

    Regards,
    promitheas

  2. #2
    Registered User
    Join Date
    Dec 2017
    Posts
    1,628
    Even the simplest programs seem complex. Take a look at wc (the "word count" program).
    wc.c\src - coreutils.git - GNU coreutils
    A little inaccuracy saves tons of explanation. - H.H. Munro

  3. #3
    Registered User
    Join Date
    Mar 2019
    Posts
    2
    Quote Originally Posted by john.c View Post
    Even the simplest programs seem complex. Take a look at wc (the "word count" program).
    wc.c\src - coreutils.git - GNU coreutils
    Thanks! I went ahead and grabbed the whole coreutils repository while I was at it. Will take a look at wc.c soon

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open-source software list
    By tvaz in forum C Programming
    Replies: 4
    Last Post: 01-20-2016, 12:02 AM
  2. Designing small business software
    By geek@02 in forum Tech Board
    Replies: 1
    Last Post: 04-06-2011, 09:13 AM
  3. Closed Source Software
    By abh!shek in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 04-21-2008, 07:02 AM
  4. Criticism wanted ( examine my small progs )
    By Shadow in forum C Programming
    Replies: 16
    Last Post: 05-14-2002, 02:30 AM

Tags for this Thread