From: m DOT p DOT donadio AT ieee DOT org (Matthew Donadio) Subject: Backticking in Shell Scripts 1 May 1998 09:45:56 -0700 Message-ID: <3549C6D8.3D4D.cygnus.gnu-win32@ieee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com I just installed cygwin32 19.1, but am having a strange problem. I'm sure I have something set up wrong, but I have absolutely no idea what I goofed up. If I am at a bach prompt, the following will produce the correct output: # echo `uname -a` But, if I try #!/bin/bash echo `uname -a` I get a null string. If I add -v and -x flags for bash I can see that uname is getting executed. I looked through the FAQ and the mailing list archives with no luck. Any ideas? If it makes any difference I am using WinNT 4.0 SP 3. Thanks. --Matt Donadio (m DOT p DOT donadio AT ieee DOT org) - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".