Re: wildcards in command line
- From: "Liviu Andronic" <landronimirc@xxxxxxxxx>
- To: emelfm2@xxxxxxxxxxxxx
- Date: Tue, 12 Dec 2006 13:54:55 +0100
On 12/7/06, Denis Prost <denis.prost@xxxxxxxxxx> wrote:
Hi all,
Just one small problem. When I run from the command line, for example :
du -s *
and the current directory contains items with names containing white
spaces, the command fails on these items.
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 *
Regards,
Denis
Liviu
- References:
- wildcards in command line
- From: Denis Prost
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
Hi all, Just one small problem. When I run from the command line, for example : du -s * and the current directory contains items with names containing white spaces, the command fails on these items.
du -s *
Denis
- wildcards in command line
- From: Denis Prost