Re: [newbie] How may I redirect the ls -l command

2003-10-19 Thread John Richard Smith
Song wrote: Well, we can use many kind of character for a prompt. Maybe the % is old school but at least people would understand. In the programming language, they use ">". I have to admit that since everybody here used mdk9.1, I should use the one we all know - I'm sorry for this mistake. I have

Re: [newbie] How may I redirect the ls -l command

2003-10-18 Thread Song
CTED]> Sent: Saturday, October 18, 2003 9:45 AM Subject: Re: [newbie] How may I redirect the ls -l command > On Sat, Oct 18, 2003 at 02:05:19PM +, John Richard Smith wrote: > > Song wrote: > > > > >I think you do: > > >% ls- l > list.txt > &

Re: [newbie] How may I redirect the ls -l command

2003-10-18 Thread Song
Why don't you like the prompt invite "%"? I thought it was used often - Original Message - From: "John Richard Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 18, 2003 10:05 AM Subject: Re: [newbie] How may I redirect the

Re: [newbie] How may I redirect the ls -l command

2003-10-18 Thread Todd Slater
On Sat, Oct 18, 2003 at 02:05:19PM +, John Richard Smith wrote: > Song wrote: > > >I think you do: > >% ls- l > list.txt > > > It didn't like the % The % is the shell prompt. For me it's $, for root it's #. Todd Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandra

Re: [newbie] How may I redirect the ls -l command

2003-10-17 Thread Richard Urwin
On Friday 17 Oct 2003 11:28 pm, Song wrote: > I think you do: > % ls- l > list.txt > or > % ls -l | grep list.txt The second one just displays all filenames that contain the string "list.txt". That is not what you want. The first is correct. There is no obvious way to use | for this. -- Richar

Re: [newbie] How may I redirect the ls -l command

2003-10-17 Thread Song
I think you do: % ls- l > list.txt or % ls -l | grep list.txt Good luck. - Original Message - From: "John Richard Smith" <[EMAIL PROTECTED]> To: "NEWBIE 1" <[EMAIL PROTECTED]> Sent: Friday, October 17, 2003 5:26 AM Subject: [newbie] How may I redir

Re: [newbie] How may I redirect the ls -l command

2003-10-17 Thread John Richard Smith
Tony S. Sykes wrote: ls -l > output.file Tony. -Original Message- From: John Richard Smith [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:27 AM To: NEWBIE 1 Subject: [newbie] How may I redirect the ls -l command How may I redirect the ls -l command to pump the output t