Re: wildcards in command line
- From: Denis Prost <denis.prost@xxxxxxxxxx>
- To: emelfm2@xxxxxxxxxxxxx
- Date: Tue, 12 Dec 2006 15:18:53 +0100
Hi Liviu,
Thanks for your answer.
Liviu Andronic wrote :
If not mistaking anything, this wildcard is expanded by the internal command
interpreter (here it is probably a bug), and not by bash or whatever your
shell is. Try sending the command to the external shell:
>du -s *
Yes, with the leading ">", it works ! (I don't know if the present
behaviour should be considered as a bug, but it would be more user
friendly if one could ommit the leading ">")
Regards,
Denis
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- Follow-Ups:
- Re: wildcards in command line
- From: Liviu Andronic
Other related posts:
- » wildcards in command line
- » Re: wildcards in command line
- » Re: wildcards in command line
- » Re: wildcards in command line
- » Re: wildcards in command line
- » Re: wildcards in command line
If not mistaking anything, this wildcard is expanded by the internal command interpreter (here it is probably a bug), and not by bash or whatever your shell is. Try sending the command to the external shell: >du -s *
- Re: wildcards in command line
- From: Liviu Andronic