The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-04-2007
lakshmananindia lakshmananindia is offline
Registered User
 

Join Date: Aug 2007
Posts: 19
thanks

Quote:
Originally Posted by blowtorch View Post
From the man page of bash,



Your $@ is being "expanded to nothing". If you want to see how it works, run "set -x" and then run your mkdir command. You will then see that the mkdir command gets only "#$%" as args.

Run this in csh. "Variable syntax".
thank you for your kind reply.

do u tell me what is set -x?
Reply With Quote