all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Reading OS Version and decide what to do?
@ 2012-05-24 17:25 Daniel (Youngwhan)
  2012-05-24 18:44 ` Pascal J. Bourguignon
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel (Youngwhan) @ 2012-05-24 17:25 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I have no knowledge about Emacs LISP, but is there any way to get what
os version is being used?

For example, on linux and bash and external utility like cut, I can
get the os version by "uname -r" and get what I want by using cut
utility.

Is there a way to simulate like that in Emacs LISP? like launching
external process like "cut" or "uname -r" and get a string and if the
string matches what I want, do something and otherwise, do others?

Daniel


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

end of thread, other threads:[~2012-05-24 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 17:25 Reading OS Version and decide what to do? Daniel (Youngwhan)
2012-05-24 18:44 ` Pascal J. Bourguignon

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.