Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
BASH Commands not found
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
james
n00b
n00b


Joined: 24 Apr 2002
Posts: 56
Location: Middle Smithfield, PA

PostPosted: Mon May 13, 2002 3:13 pm    Post subject: BASH Commands not found Reply with quote

Hi All.

I want to use the BASH command *screen* but Gentoo doen't seem to know about it.

Any ideas?

J
_________________
17 Opps It's 19 now ;-) Gentoo's and counting
Back to top
View user's profile Send private message
recluse
n00b
n00b


Joined: 18 Apr 2002
Posts: 18

PostPosted: Sun May 19, 2002 4:06 pm    Post subject: Reply with quote

The only screen command that I know is a full-screen window manager that multiplexes a physical terminal between several processes. If that's what you want then you'll have to emerge it.
Unless you're talking about something different then I'm don't have a clue, what is this screen command you speak of fellow gentii? :D
_________________
=recluse=
Back to top
View user's profile Send private message
Jeevz
Bodhisattva
Bodhisattva


Joined: 15 Apr 2002
Posts: 195
Location: Boston, MA

PostPosted: Mon May 20, 2002 1:38 am    Post subject: Reply with quote

That is correct, screen is not a bash built-in. If in question just use the type command. For example:

Code:
$ type echo
echo is a shell builtin

$ type :
: is a shell builtin


It also works like the which command:

Code:
$ type bash
bash is /bin/bash

$ type cp
cp is /bin/cp
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum