safwatonline
Advanced Member level 4
linux
hello,
i need to do a small program to run under linux and perform so commands that i usually do in terminal,
i will be running it as root, i want to:
1- open a terminal "bash"
2- change shell to c shell
3- source file
4- open a link.
here are the commands i usually use in terminal
i tried to make a shell script but i failed , i dont have any experience in programming in linux "and v.little on Windows" ,
so plz any ideas will be v. appreciated
thnx,
a.safwat
hello,
i need to do a small program to run under linux and perform so commands that i usually do in terminal,
i will be running it as root, i want to:
1- open a terminal "bash"
2- change shell to c shell
3- source file
4- open a link.
here are the commands i usually use in terminal
Code:
csh
source ./.cshrc
icms
so plz any ideas will be v. appreciated
thnx,
a.safwat