You forgot the 'grep':
grep bwurzbur /etc/passwd | od -c
Sagi
Amir Spivak wrote:
[EMAIL PROTECTED]:# bwurzbur /etc/passwd | od -c
bash: bwurzbur: command not found
000
- Original Message -
From: "Yedidyah Bar-David" <[EMAIL PROTECTED]>
To: "Amir Spivak" <[EMAIL PROTECTED]>
Cc: "Lin
On Tue, May 11, 2004 at 11:26:39AM +0200, Amir Spivak wrote:
>
Guys you are great
> The problem was indeed a white space at the end of his line in /etc/passwd
> !!!
> Thank you very much!!!
FWIW, I wrote you to check for a space at the end, on Monday, in
private. I really do wonder why you em
You missed the "grep" command:
grep bwurzbur /etc/passwd | od -c
(or, my suggestions):
grep bwurzbur /etc/passwd | cat --show-all
Amir Spivak wrote:
[EMAIL PROTECTED]:# bwurzbur /etc/passwd | od -c
bash: bwurzbur: command not found
000
- Original Message -
From: "Yedidyah Bar-Davi
On Tue, May 11, 2004 at 11:19:51AM +0200, Amir Spivak wrote:
> [EMAIL PROTECTED]:# bwurzbur /etc/passwd | od -c
> bash: bwurzbur: command not found
> 000
You forgot the "grep" in the beginning.
--
Didi
=
To unsubscribe, send ma
Guys you are great
The problem was indeed a white space at the end of his line in /etc/passwd
!!!
Thank you very much!!!
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 11, 2004 7:10 AM
Subject: Re: Fw: /bin/bash problem
> Yedidyah Bar-David
[EMAIL PROTECTED]:# bwurzbur /etc/passwd | od -c
bash: bwurzbur: command not found
000
- Original Message -
From: "Yedidyah Bar-David" <[EMAIL PROTECTED]>
To: "Amir Spivak" <[EMAIL PROTECTED]>
Cc: "Linux mailing list" <[EMAIL PROTECTED]>
Sent: Monday, May 10, 2004 6:54 PM
Subject: Re: