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 y

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 -- ---===-=-==

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

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 b

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.