Results 1 to 4 of 4
how can i make shell script?
where can i save it ??
i am using kubuntu 7.10 for information.
pleas give me ans as soon as possible
thanks in advance...
- 08-19-2008 #1
how can i??
how can i make shell script?
where can i save it ??
i am using kubuntu 7.10 for information.
pleas give me ans as soon as possible
thanks in advance
- 08-19-2008 #2
I'm not sure what a helpful answer would be here, but I'll start the ball rolling by answering the actual questions.
My text editor of choice is a vi clone. (Running on Slackware, I use elvis, but it doesn't really matter which clone you use.)how can i make shell script?
Quite a few places. Start with your home directory.where can i save it ??
That's not really an obstacle to getting things done.i am using kubuntu 7.10--
Bill
Old age and treachery will overcome youth and skill.
- 08-20-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 34
I just started, and I think I know what you want. I found this tutorial very helpful:
Bash by example, Part 1
You have to begin every script you make with
or some program to execute your code.Code:#! /bin/bash or #! /bin/sh
Then you will probably need to chmod your code. Using terminal type
The tutorial will teach you the rest.Code:chmod a+x <your script file>
- 08-20-2008 #4
i wish to make on script
that show RAM RAM when any one login in my PC through ssh
how can i make it
pleas help me
i wiss you will crea this for me
thanks in advance !!!


Reply With Quote