non starter

Discussion in 'Shell Script' started by vukman, Aug 28, 2010.

  1. vukman

    vukman New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    hello everybody. i am attempting to use a script which returns the error:
    bash: ./script.sh: /bin/bsh^M: bad interpreter: No such file or directory
    upon "chmod"ing and executing. the code is:
    #!/bin/bsh

    grep 'Time : ' rob_onholiday298.gout | awk '{print $4}' > temp1

    grep 'Total energy ' rob_onholiday298.gout | awk '{print $5}' > temp2

    grep 'Temperature ' rob_onholiday298.gout | awk '{print $5}' > temp3

    paste temp1 temp2 >> Energy-time3.txt

    paste temp1 temp3 >> Temperature-time3.txt

    rm temp1 temp2 temp3the error message seems tro suggest that the shebang is wrong, but i have tried several iterations (usr/bin/bsh etc.) and its not happy. incidentally, inputting the lines one by one does what i expect
    hopefully you can help
    Isaac
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice