public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* date
@ 2001-01-10 23:36 Gerrit P. Haase
  2001-01-10 23:56 ` date Egor Duda
  0 siblings, 1 reply; 14+ messages in thread
From: Gerrit P. Haase @ 2001-01-10 23:36 UTC (permalink / raw)
  To: cygwin

$ date
2001-01-11 07:01:14

Where to find a list of all system variables?

Please don't say read the source...

gph

-- 
=^..^=
Gerrit Peter Haase
ID: 0x28A05137
FP: 875C 745E 01CF 8A34 2767  BE39 305E 5261 28A0 5137

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-10 23:36 date Gerrit P. Haase
@ 2001-01-10 23:56 ` Egor Duda
  2001-01-11  0:20   ` date Gerrit P. Haase
  0 siblings, 1 reply; 14+ messages in thread
From: Egor Duda @ 2001-01-10 23:56 UTC (permalink / raw)
  To: Gerrit P. Haase; +Cc: cygwin

Hi!

Thursday, 11 January, 2001 Gerrit P. Haase gerrit.haase@t-online.de wrote:

GPH> $ date
GPH> 2001-01-11 07:01:14

GPH> Where to find a list of all system variables?

what  do  you  mean  by "system variables"? environment variables that
affect  programs  linked  with  cygwin?  or environment variables that
affect cygwin1.dll? or something else?

GPH> Please don't say read the source...

why, you can try to read the binary instead
but i suppose reading the source is a bit more convenient ;-)

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-10 23:56 ` date Egor Duda
@ 2001-01-11  0:20   ` Gerrit P. Haase
  2001-01-11  2:30     ` date Corinna Vinschen
                       ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Gerrit P. Haase @ 2001-01-11  0:20 UTC (permalink / raw)
  To: Egor Duda

<Am 2001-01-11 10:55 wars, als Egor Duda schrieb:>
< Re: date >

> Hi!
> 
> Thursday, 11 January, 2001 Gerrit P. Haase gerrit.haase@t-online.de wrote:
> 
> GPH> $ date
> GPH> 2001-01-11 07:01:14
> 
> GPH> Where to find a list of all system variables?
> 
> what  do  you  mean  by "system variables"? environment variables that
> affect  programs  linked  with  cygwin?  or environment variables that
> affect cygwin1.dll? or something else?

Variables which were used like CYGWIN, PS2, PS4, HOME, LANG, and so on, 
is there a list of all of them which make an effect?

Mainly which affect cygwin1.dll.
gph

-- 
=^..^=
Gerrit Peter Haase
ID: 0x28A05137
FP: 875C 745E 01CF 8A34 2767  BE39 305E 5261 28A0 5137

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  0:20   ` date Gerrit P. Haase
@ 2001-01-11  2:30     ` Corinna Vinschen
  2001-01-11  4:01       ` date Gerrit P. Haase
  2001-01-11  3:56     ` date Egor Duda
  2001-01-11 13:59     ` date Andrew Markebo
  2 siblings, 1 reply; 14+ messages in thread
From: Corinna Vinschen @ 2001-01-11  2:30 UTC (permalink / raw)
  To: cygwin

On Thu, Jan 11, 2001 at 09:22:37AM +0100, Gerrit P. Haase wrote:
> Variables which were used like CYGWIN, PS2, PS4, HOME, LANG, and so on, 
> is there a list of all of them which make an effect?
> 
> Mainly which affect cygwin1.dll.

Try `grep getenv *.cc'. You will see that there are surprisingly few
of them.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  0:20   ` date Gerrit P. Haase
  2001-01-11  2:30     ` date Corinna Vinschen
@ 2001-01-11  3:56     ` Egor Duda
  2001-01-11 13:59     ` date Andrew Markebo
  2 siblings, 0 replies; 14+ messages in thread
From: Egor Duda @ 2001-01-11  3:56 UTC (permalink / raw)
  To: Gerrit P. Haase; +Cc: cygwin

Hi!

Thursday, 11 January, 2001 Gerrit P. Haase gerrit.haase@t-online.de wrote:

GPH> <Am 2001-01-11 10:55 wars, als Egor Duda schrieb:>
GPH> < Re: date >
>> Thursday, 11 January, 2001 Gerrit P. Haase gerrit.haase@t-online.de wrote:
>> 
>> GPH> $ date
>> GPH> 2001-01-11 07:01:14
>> 
>> GPH> Where to find a list of all system variables?
>> 
>> what  do  you  mean  by "system variables"? environment variables that
>> affect  programs  linked  with  cygwin?  or environment variables that
>> affect cygwin1.dll? or something else?

GPH> Variables which were used like CYGWIN, PS2, PS4, HOME, LANG, and so on, 
GPH> is there a list of all of them which make an effect?

HOME, PS2, PS4 -- 'man bash'
LANG -- info gettext
CYGWIN -- cygwin user manual.

all  those  variables  belong  to different programs -- shells, cygwin
kernel,  various  support  libraries, so asking for their list is like
asking  "where  can  i find a list of all system registry settings for
windows" -- i doubt anyone have such list.

GPH> Mainly which affect cygwin1.dll.

i  believe only "CYGWIN" is the one that supposed to be tweaked by user.
the  two exceptions are "HOME", which is used when emulating nonexistent
/etc/passwd  file,  and  "TZ",  used  if you want to specify time zone
different from windows default. 

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  2:30     ` date Corinna Vinschen
@ 2001-01-11  4:01       ` Gerrit P. Haase
  2001-01-11  4:39         ` date Corinna Vinschen
  0 siblings, 1 reply; 14+ messages in thread
From: Gerrit P. Haase @ 2001-01-11  4:01 UTC (permalink / raw)
  To: Corinna Vinschen

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

<2001-01-11 11:30 Uhr, hat Corinna Vinschen geschrieben:>
< Re: date >

> Try `grep getenv *.cc'. You will see that there are surprisingly few
> of them.

$ grep --version
grep (GNU grep) 2.4.2

$ grep getenv *.cc
grep: *.cc: No such file or directory

$ grep -r getenv *.cc
grep: *.cc: No such file or directory

$ grep --directories=recurse getenv *.cc
grep: *.cc: No such file or directory

$ pwd
/

With my grep, wildcards in that way are not possible? 



-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8 -- QDPGP 2.61c

iQA/AwUBOl2SMKMmDzzIydaaEQI9HwCgohS2MDjeJH9f/oarCkayTZNEQk4An2PF
ZMt0gaVniIEw+b7L/CY/QGJ1
=tRtG
-----END PGP SIGNATURE-----
gph

-- 
gerrit.haase@convey.de
PGP Version: 6.5.8 Public Key Information
KeyID: 0xC8C9D69A, Type/Size: DH/DSS 2048/1024bit 
Key fingerprint = 57C8 1B1D CFE4 8515 AA3E  4499 A326 0F3C C8C9 D69A

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  4:01       ` date Gerrit P. Haase
@ 2001-01-11  4:39         ` Corinna Vinschen
  2001-01-11  5:42           ` date Heinz-Juergen Oertel
  0 siblings, 1 reply; 14+ messages in thread
From: Corinna Vinschen @ 2001-01-11  4:39 UTC (permalink / raw)
  To: cygwin

On Thu, Jan 11, 2001 at 01:00:00PM +0100, Gerrit P. Haase wrote:
> <2001-01-11 11:30 Uhr, hat Corinna Vinschen geschrieben:>
> > Try `grep getenv *.cc'. You will see that there are surprisingly few
> > of them.
> 
> $ grep getenv *.cc
> grep: *.cc: No such file or directory
> [...]
> With my grep, wildcards in that way are not possible? 

- Wildcard expansion doesn't happen in the application but in the shell.
- Wildcard expansion doesn't work recursively.
- cd <where ever your sources are>/winsup/cygwin; grep getenv *.cc

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  4:39         ` date Corinna Vinschen
@ 2001-01-11  5:42           ` Heinz-Juergen Oertel
  2001-01-11  6:05             ` date Corinna Vinschen
                               ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Heinz-Juergen Oertel @ 2001-01-11  5:42 UTC (permalink / raw)
  To: Corinna Vinschen

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1517 bytes --]

Corinna Vinschen wrote:
> 
> On Thu, Jan 11, 2001 at 01:00:00PM +0100, Gerrit P. Haase wrote:
> > <2001-01-11 11:30 Uhr, hat Corinna Vinschen geschrieben:>
> > > Try `grep getenv *.cc'. You will see that there are surprisingly few
> > > of them.
> >
> > $ grep getenv *.cc
> > grep: *.cc: No such file or directory
> > [...]
> > With my grep, wildcards in that way are not possible?
> 
> - Wildcard expansion doesn't happen in the application but in the shell.
> - Wildcard expansion doesn't work recursively.
> - cd <where ever your sources are>/winsup/cygwin; grep getenv *.cc
> 
the "git" tools
are working very well under Cygwin, simple copy it from LINUX (shell
scripts)

git recursive-grep:
$ gitrgrep getenv "*.cc"

starts in the actual dir and scans recursively 
(OT ??)


> Corinna
> 
> --
> Corinna Vinschen                  Please, send mails regarding Cygwin to
> Cygwin Developer                                mailto:cygwin@cygwin.com
> Red Hat, Inc.
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

-- 
with best regards / mit freundlichen Grüßen

   Heinz-Jürgen Oertel

===========================================
Heinz-Jürgen Oertel
port GmbH            phone +49 345 77755-0
Regensburger Str. 7c fax   +49 345 77755-20
D-06132 Halle/Saale  mailto:oe@port.de
Germany              http://www.port.de
===========================================

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  5:42           ` date Heinz-Juergen Oertel
@ 2001-01-11  6:05             ` Corinna Vinschen
  2001-01-11  6:20             ` date Gerrit P. Haase
                               ` (2 subsequent siblings)
  3 siblings, 0 replies; 14+ messages in thread
From: Corinna Vinschen @ 2001-01-11  6:05 UTC (permalink / raw)
  To: cygwin

On Thu, Jan 11, 2001 at 02:46:13PM +0100, Heinz-Juergen Oertel wrote:
> Corinna Vinschen wrote:
> > - Wildcard expansion doesn't happen in the application but in the shell.
> > - Wildcard expansion doesn't work recursively.
> > - cd <where ever your sources are>/winsup/cygwin; grep getenv *.cc
> > 
> the "git" tools
> are working very well under Cygwin, simple copy it from LINUX (shell
> scripts)
> 
> git recursive-grep:
> $ gitrgrep getenv "*.cc"
> 
> starts in the actual dir and scans recursively 
> (OT ??)

Yes, "On Topic" ;-)

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  5:42           ` date Heinz-Juergen Oertel
  2001-01-11  6:05             ` date Corinna Vinschen
@ 2001-01-11  6:20             ` Gerrit P. Haase
  2001-01-12  1:38             ` date Gerrit P. Haase
  2001-01-13 21:37             ` date Avraham H. Fraenkel
  3 siblings, 0 replies; 14+ messages in thread
From: Gerrit P. Haase @ 2001-01-11  6:20 UTC (permalink / raw)
  To: Corinna Vinschen

<2001-01-11 14:46 Uhr, hat Heinz-Juergen Oertel geschrieben:>
< Re: date >

> the "git" tools
> are working very well under Cygwin, simple copy it from LINUX (shell
> scripts)
> 
> git recursive-grep:
> $ gitrgrep getenv "*.cc"

Do you know a possibility to load them down?

Thanks,


gph

-- 
gerrit.haase@convey.de
PGP Version: 6.5.8 Public Key Information
KeyID: 0xC8C9D69A, Type/Size: DH/DSS 2048/1024bit 
Key fingerprint = 57C8 1B1D CFE4 8515 AA3E  4499 A326 0F3C C8C9 D69A

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  0:20   ` date Gerrit P. Haase
  2001-01-11  2:30     ` date Corinna Vinschen
  2001-01-11  3:56     ` date Egor Duda
@ 2001-01-11 13:59     ` Andrew Markebo
  2 siblings, 0 replies; 14+ messages in thread
From: Andrew Markebo @ 2001-01-11 13:59 UTC (permalink / raw)
  To: gerrit.haase; +Cc: Egor Duda

do a setenv, or set and you can see all the variables that are set, to
determine what variables makes a difference for an app, you have to
read its docs, or sources.. 

        /Andy

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  5:42           ` date Heinz-Juergen Oertel
  2001-01-11  6:05             ` date Corinna Vinschen
  2001-01-11  6:20             ` date Gerrit P. Haase
@ 2001-01-12  1:38             ` Gerrit P. Haase
  2001-01-13 21:37             ` date Avraham H. Fraenkel
  3 siblings, 0 replies; 14+ messages in thread
From: Gerrit P. Haase @ 2001-01-12  1:38 UTC (permalink / raw)
  To: Corinna Vinschen

<2001-01-11 14:46 Uhr, hat Heinz-Juergen Oertel geschrieben:>
< Re: date >

> the "git" tools
> are working very well under Cygwin, simple copy it from LINUX (shell
> scripts)
> 
> git recursive-grep:
> $ gitrgrep getenv "*.cc"

Wow, i like this git-tool:-)
gph

-- 
gerrit.haase@convey.de
PGP Version: 6.5.8 Public Key Information
KeyID: 0xC8C9D69A, Type/Size: DH/DSS 2048/1024bit 
Key fingerprint = 57C8 1B1D CFE4 8515 AA3E  4499 A326 0F3C C8C9 D69A

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: date
  2001-01-11  5:42           ` date Heinz-Juergen Oertel
                               ` (2 preceding siblings ...)
  2001-01-12  1:38             ` date Gerrit P. Haase
@ 2001-01-13 21:37             ` Avraham H. Fraenkel
  3 siblings, 0 replies; 14+ messages in thread
From: Avraham H. Fraenkel @ 2001-01-13 21:37 UTC (permalink / raw)
  To: Heinz-Juergen Oertel; +Cc: Corinna Vinschen

On Thu, 11 Jan 2001, Heinz-Juergen Oertel wrote:

> Corinna Vinschen wrote:
> > 
> > 
> > - Wildcard expansion doesn't happen in the application but in the shell.
> > - Wildcard expansion doesn't work recursively.
> > - cd <where ever your sources are>/winsup/cygwin; grep getenv *.cc
> > 
> the "git" tools
> are working very well under Cygwin, simple copy it from LINUX (shell
> scripts)
> 
> git recursive-grep:
> $ gitrgrep getenv "*.cc"
> 

You can try also :

$ find . -name \*.cc | xargs grep getenv 

 see man xargs and man find

Avraham



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: date
@ 2001-01-11  6:56 Robinow, David
  0 siblings, 0 replies; 14+ messages in thread
From: Robinow, David @ 2001-01-11  6:56 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

> > the "git" tools
> > are working very well under Cygwin, simple copy it from LINUX (shell
> > scripts)
> > 
> > git recursive-grep:
> > $ gitrgrep getenv "*.cc"
> 
> Do you know a possibility to load them down?
 ftp://ftp.gnu.org/gnu/git   or a mirror?

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2001-01-13 21:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-10 23:36 date Gerrit P. Haase
2001-01-10 23:56 ` date Egor Duda
2001-01-11  0:20   ` date Gerrit P. Haase
2001-01-11  2:30     ` date Corinna Vinschen
2001-01-11  4:01       ` date Gerrit P. Haase
2001-01-11  4:39         ` date Corinna Vinschen
2001-01-11  5:42           ` date Heinz-Juergen Oertel
2001-01-11  6:05             ` date Corinna Vinschen
2001-01-11  6:20             ` date Gerrit P. Haase
2001-01-12  1:38             ` date Gerrit P. Haase
2001-01-13 21:37             ` date Avraham H. Fraenkel
2001-01-11  3:56     ` date Egor Duda
2001-01-11 13:59     ` date Andrew Markebo
2001-01-11  6:56 date Robinow, David

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).