Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    I can not get the right result from yours. The following is mine: ''' #!/bin/bash echo 'First arg:' $1 echo 'Second arg:' $2 ''' The shell name is para_script.sh Then execute it: ''' ./para_script.sh hello world Commented Jan 15, 2020 at 15:14
  • @Newt try running bash ./para_script Commented Jan 22, 2021 at 15:26
  • 1
    this is a bash script not a shell script Commented Apr 22, 2021 at 7:17