shell scripts questions

O

OlgaD

Guest
Hi all,
I am trying to figure out the shell scripts,would you mind help to figure it out ?the shells that I am unable to make it clear is listed as below:
?r=$REPOSITORY\
&g=$GROUP_ID\
&a=$ARTIFACT_ID\
&v="$ARTIFACT_VERSION"\
my questions are:
1,what is function of the metacharacter "?" and "&";
2.what is the meaning of the variable listed above?
appreciated~
 


Hi all,
I am trying to figure out the shell scripts,would you mind help to figure it out ?the shells that I am unable to make it clear is listed as below:
?r=$REPOSITORY\
&g=$GROUP_ID\
&a=$ARTIFACT_ID\
&v="$ARTIFACT_VERSION"\
my questions are:
1,what is function of the metacharacter "?" and "&";
2.what is the meaning of the variable listed above?
appreciated~
What Distro are you using?
What shell are you using?
(Run `echo $SHELL`)
Is this "shell script" part of a package?
If so, which one?
In addition, what is the first line of the file, the "SheBang" For example:
Code:
#!/bin/bash
(Or .../php, .../perl, .../etc...)
Any other specific information you can provide would help.
 
Last edited:
Hi rstanley,
thanks for your reply.actually,it is part of a shell scripts.I already figured it out.
thanks you for taking time out.
 

Members online


Latest posts

Top