On Sat, Sep 23, 2000 at 01:44:49PM -0400, Michael P. Soulier wrote:
> Hey guys. When I do a type -p ls, nothing is output. which ls returns
> /bin/ls, but does the failure of the type -p signify that it's a shell
> built-in? If so, how does that work wrt installing a new version of ls? There
>
On Sat, Sep 23, 2000 at 03:31:22PM -0800, Ethan Benson wrote:
> On Sat, Sep 23, 2000 at 02:51:27PM -0400, Michael P. Soulier wrote:
> > On Sat, Sep 23, 2000 at 01:56:01PM -0400, Joey Tsai wrote:
> >
> > > Yes, there are some utilities built into bash, but ls is not one of them.
> > > ls
> > > be
On Sat, Sep 23, 2000 at 02:51:27PM -0400, Michael P. Soulier wrote:
> On Sat, Sep 23, 2000 at 01:56:01PM -0400, Joey Tsai wrote:
>
> > Yes, there are some utilities built into bash, but ls is not one of them.
> > ls
> > belongs to package "fileutils".
> >
> > But since you mention it,
> >
> >
pgpEfYRgX2c4p.pgp
Description: PGP message
:: Michael P. Soulier ::
> Hey guys. When I do a type -p ls, nothing is output. which ls returns /bin/ls,
> but does the failure of the type -p signify that it's a shell built-in? If so,
> how does that work wrt installing a new version of ls? There are some tools
> built into bash, are there not?
pgpXqLhGAL7Rp.pgp
Description: PGP message
| more
The "|" is the pipe command, which will pipe the ourput of the first
command into the input of the second command. More is a program which
will display things one screen at a time. Less is actually a better
program that more, because you can scroll back up using the arrow keys or
pageup/
[EMAIL PROTECTED] wrote:
>
> On 8 May, André Bell wrote:
> > Does bash contain a pause feature other than control-z?
> >
> > When I type 'help' the screen scrolls past and control-z doesn't stop the
> > top few lines from scrolling away before I can read them. with dos I'd
> > just type 'dir /p'
On 8 May, André Bell wrote:
> Does bash contain a pause feature other than control-z?
>
> When I type 'help' the screen scrolls past and control-z doesn't stop the
> top few lines from scrolling away before I can read them. with dos I'd
> just type 'dir /p' or type ' |more'
>
> Are there equiva
William R Pentney wrote:
>However, the "less" command is more powerful - it lets you move back and
>forth through the file, search it, etc:
>
>Type "man less" for more info.
I must have installed something incorrectly because 'man less' says:
"can't open the manpath configuration file /etc/manpat
On Sat, 8 May 1999, [iso-8859-1] André Bell wrote:
Ctrl-Z isn't really a pause feature, actually. What it does is suspend a
process. You can use the "more" command in bash, too:
cat filename | more(replace filename with file)
man subject | more (replace subject with manual page)
However,
André Bell <[EMAIL PROTECTED]> writes:
> Does bash contain a pause feature other than control-z?
try:
$ command | less
where "command" is what you want to do.
--
Peter er den mindst gamle af de gammeldags usenettere, og moderator på
den eneste modererede gruppe i dk.*, so there.
Does bash contain a pause feature other than control-z?
When I type 'help' the screen scrolls past and control-z doesn't stop the
top few lines from scrolling away before I can read them. with dos I'd
just type 'dir /p' or type ' |more'
Are there equivalent set of commands for bash?
Thanks!
An
Subject: bash functions
Date: Fri, May 07, 1999 at 10:27:23PM -0800
In reply to:[EMAIL PROTECTED]
Quoting [EMAIL PROTECTED]([EMAIL PROTECTED]):
> Reply-To:
> While doing some reading, I came across a section regarding adding functions
> to .bash_profile like thi
On Fri, 7 May 1999 [EMAIL PROTECTED] wrote:
> While doing some reading, I came across a section regarding adding functions
> to .bash_profile like this
> tarc () { tar -cvzf $1.tar.gz $1 }
> but whenever I try to source the .bash_profile I get syntax error, unexpected
> EOF messages.
Just move
Reply-To:
While doing some reading, I came across a section regarding adding functions
to .bash_profile like this
tarc () { tar -cvzf $1.tar.gz $1 }
but whenever I try to source the .bash_profile I get syntax error, unexpected
EOF messages. The article was old and I assume that bash no loger supp
16 matches
Mail list logo