|
help me out in letting me know the meaning of sh, ksh, bash
Could you please help me out in letting me know the meaning of
Code:
#!/bin/sh
#!/bin/ksh
#!/bin/bash
what the difference between all these ....
Also please view the below mention script, could you please explain whats this script doing
Code:
#!/bin/bash
t=100
echo $t
echo $tea
echo ${t}ea
Thnkz in advance.
Last edited by Neo; 07-04-2009 at 12:30 PM..
Reason: added code tags and changed subject for user, cost 15000 bits
|