Re: Running a binary from Terminal
Re: Running a binary from Terminal
- Subject: Re: Running a binary from Terminal
- From: Chris Espinosa <email@hidden>
- Date: Tue, 26 Oct 2004 14:02:56 -0700
On Oct 26, 2004, at 1:28 PM, Kanlisha wrote:
Hi,
I need help on running a binary from the command line ... in the
terminal window ... bash shell ...
<snip>
But when I enter the name, as a command -
$ fgfs-0.9.3-11-22-03
the system reports 'command not found' ... yuk!
The Shell prohibits you from executing files in the current directory by entering the file name, as a safety precaution. Try:
$ ./fgfs-0.9.3-11-22-03
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden