bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: global feature request: allow blanks in filenames


From: Shigio Yamaguchi
Subject: Re: global feature request: allow blanks in filenames
Date: Tue, 16 Jan 2001 00:44:24 +0900

> Even though the blanks are very annoying (in many ways, not just
> for global), I cannot change the filenames of existing code that
> is shared by 100 developers.

You mean blanks are annoying for you too?
Some UNIX tools, like ctags(1) + vi(1), also use blank as a separator.
Maybe, you cannot use them in your environment.

If modification is good for people, it will be accepted by them, even if
they are 10,000 people, I believe.

> The GNU sort command allows specification of the separator using
> '-t SEPERATOR'.  Maybe other sort commands do also.

Can you tell me the command line to sort this file?

        (1)     (2)             (3)
        +----------------------------------------------------------
        |main    32             "./src/m in.c"   main(argc, argv)
        |main    22             "./a b/f u n c.c"   main(argc, argv)
        |func     5             ./abc/func.c     func()
        |func2   10             ./abc/func.c     func2()
        |...

We must sort this file by (1), (3) and (2) in order.
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]