Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-25-2008, 01:41 AM
|
#1
|
|
Member
Registered: Jul 2007
Distribution: RedHat Enterprise 5 Server Edition; Ubuntu 8.04 ; RHCE Certificate number: 805008741034103
Posts: 78
Rep:
|
Contents of Directory Displayed using Arithmetic Expression
Friday, January 25 2008, 12:58 IST
Dear Friends,
I executed the following command at bash command line.
Code:
echo Area: `expr $X \* $Y`
Output: Contents of the Present Working Directory similar to output of the command '' are displayed.
Question: How did this happen? 
Yours,
Ameya
Last edited by Mr. ameya sathe; 01-25-2008 at 09:57 AM.
|
|
|
|
01-25-2008, 02:52 AM
|
#2
|
|
Senior Member
Registered: Dec 2003
Location: Trondheim, Norway
Distribution: Debian and Ubuntu
Posts: 1,024
Rep: 
|
Hi
You forgot to set $X and $Y?
expr \*
Outputs:
*
So:
echo Area: *
Outputs:
"Area: " followed by the content of the current directory.
Remember bash evaluates the * before it executes the echo command.
It's a bit strange but it does make sense.
|
|
|
|
01-25-2008, 10:16 AM
|
#3
|
|
Member
Registered: Jul 2007
Distribution: RedHat Enterprise 5 Server Edition; Ubuntu 8.04 ; RHCE Certificate number: 805008741034103
Posts: 78
Original Poster
Rep:
|
Quote:
Originally Posted by Guttorm
Hi
You forgot to set $X and $Y?
|
Yes; I have deliberately not set the value of $X & $Y. Their values are undefined.
Quote:
Originally Posted by Guttorm
expr \*
Outputs:
*
So:
echo Area: *
Outputs:
"Area: " followed by the content of the current directory.
.
|
Thank you for explaining the derivation. A new question has arisen in my mind; how come the execution of these commands
give the listing of the directory contents.
Yours,
Ameya
|
|
|
|
01-26-2008, 11:04 AM
|
#4
|
|
HCL Maintainer
Registered: Jan 2006
Distribution: (H)LFS, Gentoo
Posts: 2,450
Rep:
|
I think you need to read up on how shell-globbing works.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:00 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|