shell question - #!/bin/sh or #! /bin/sh ?
Soren Orel
soren.orel at gmail.com
Sat Jun 27 13:40:48 UTC 2009
It's a usual thing to begin a script like this:
#!/bin/sh
but sometimes I see this (a space after the "!"):
#! /bin/sh
are there any differences regarding these two lines?
Regards, soren
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20090627/73dbf784/attachment.html>
More information about the ubuntu-users
mailing list