Thread: Counting Source Lines?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    Thanks!

    I don't seem to be able to write anything under 38,000 lines.


    Found a nice completely free compression utility which did the job:

    http://www.izsoft.dir.bg/izarc.htm
    OS: Windows XP
    Compilers: MinGW (Code::Blocks), BCB 5

    BigAngryDog.com

  2. #2
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    why don't you try searching. We have done this before here

    the answer you probably want is by Perspective
    Code:
    grep -n .\* in-file > out-file

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open Source Licenses
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-10-2006, 08:53 PM
  2. starting linux's source code and kernel
    By sawer in forum Linux Programming
    Replies: 9
    Last Post: 08-01-2006, 07:46 AM
  3. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  5. Counting Lines
    By drdroid in forum C++ Programming
    Replies: 7
    Last Post: 11-18-2002, 05:09 AM