LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Bash Commands (https://www.linuxquestions.org/questions/linux-newbie-8/bash-commands-709078/)

chili811 03-04-2009 06:06 AM

Bash Commands
 
Hi..


I found this commands in some bashscripts and I want to know what they mean. Anyone who can help me understand?



#$MYSTR

”$MYSTR”

’$MYSTR’

$(MYSTR)

$0

Thanks

Didier Spaier 03-04-2009 06:11 AM

See 'man bash', 'info bash' and the guides available here.

Tip: type 'man:bash' or 'info:bash' (without the quotes) in konqueror's address bar for an easier reading.

pixellany 03-04-2009 06:44 AM

I'm not sure what your question is....For starters, those don't look like commands.

Please give us the context of your question.

SlowCoder 03-04-2009 07:42 AM

They look like variables to me. Their value might hold a command, which could be executed by the bash shell from the script.

tredegar 03-04-2009 11:05 AM

Looks like homework to me ;)


All times are GMT -5. The time now is 10:22 AM.