Results 1 to 3 of 3
hi what is .sh file extension and what do i do with it
i have got hold of kylix 3 for my college work (A level computing) and we use ...
- 03-03-2007 #1Just Joined!
- Join Date
- Oct 2006
- Location
- west yorks in England
- Posts
- 29
.sh file extension
hi what is .sh file extension and what do i do with it
i have got hold of kylix 3 for my college work (A level computing) and we use delphi ...but i use linux at home so the cloesest thing to delphi i belive is kylix its discontinued but i got hold of it and am having trouble insatling it as a user of windows for many years am use to a setup icon that does all the work but ther isnot this with linux
so can i get some help with insatling kylix
and some details about .sh file extension and what thay do
Thanks
Tatton
- 03-03-2007 #2
The .sh extension is often used for shell scripts. The best way to run one is to open a terminal, navigate to the directory where the script is, and do either of the following:
Code:./filename.sh sh filename.sh
Stand up and be counted as a Linux user!
- 03-03-2007 #3
A .sh extension means that the file is a shell script. Open up a terminal, move to the directory that contains the .sh file, and type
Obviously replace file.sh with the actual file name.Code:./file.sh
EDIT: Sorry I wrote that about 30 mins ago, and only got round to posting it now, which is why it contains exactly the same info as Zelmo's post. Sorry.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode


Reply With Quote