Re: Re: bash: Some: command not found

2012-04-11 Thread Gabriel Cruz
I know, it's vry old, but I had the same problem and found the 
solution which is the comment on the line:
#Some more alias to avoid making mistakes of the file .bashrc was 
uncommented. How the bash says: Command not found

Some is not a command right? Yeh... right!

So this is it twelve years later!

--
Atenciosamente,

Gabriel da Cruz Martins
ConsulData - Comunicação de Dados
E-mail: supo...@consuldata.com.br
Site: www.consuldata.com.br
PABX: (13) 2101-6522
Fax: (13) 2101-6500


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4f85c110.6000...@consuldata.com.br



Re: bash: Some: command not found

2000-03-21 Thread Ben Collins
On Mon, Mar 20, 2000 at 09:54:42AM +0100, Jaume Teixi wrote:
 What 've I to fix to my profile in order to avoid that message ?
 
 bash: Some: command not found

Check the files in your home directory named .bash* (not the
.bash_history), also check /etc/profile

Ben

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
` [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED] '
 `---=--===-=-=-=-===-==---=--=---'


Re: bash: Some: command not found

2000-03-20 Thread Philipp Letschert
Jaume Teixi wrote:
 
 What 've I to fix to my profile in order to avoid that message ?
 
 bash: Some: command not found
 
 thanks !
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

All executables you want to run must be in your path.

'echo $PATH' to view your path. If a program or command is not in a
directory listed there you get the 'command not found' message. In order
to execute it anyway, you have to give the full path, like
/home/me/myscripts/Some or if you are already in that directory just
type 
./Some

 


Re: bash: Some: command not found

2000-03-20 Thread Philipp Letschert
Philipp Letschert wrote:
 
 Jaume Teixi wrote:
 
  What 've I to fix to my profile in order to avoid that message ?
 
  bash: Some: command not found
 
  thanks !
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 All executables you want to run must be in your path.
 
 'echo $PATH' to view your path. If a program or command is not in a
 directory listed there you get the 'command not found' message. In order
 to execute it anyway, you have to give the full path, like
 /home/me/myscripts/Some or if you are already in that directory just
 type
 ./Some

Sorry, this was incomplete, because I was in a hurry. :(

The path is set in /etc/profile, and to add a certain path, you can
insert the following in your .profile

PATH=$PATH:/home/me/myscripts# expands the $PATH from /etc/profile
export $PATH   # makes $PATH global, i don't know
if # necessary


I hope this works for you.

Philipp
 
  
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: bash: Some: command not found

2000-03-20 Thread Matus \fantomas\ Uhlar
- What 've I to fix to my profile in order to avoid that message ?
- 
- bash: Some: command not found

hmmm you have probably a mistake (maybe you uncommented line that should be
commented) in your profile...
-- 
 Matus fantomas Uhlar, sysadmin at NEXTRA, Slovakia; IRCNET admin of *.sk
 [EMAIL PROTECTED] ; http://www.fantomas.sk/ ; http://www.nextra.sk/
 Your mouse has moved. Windows NT will now restart for changes to take
 to take effect. [OK]