Forum: Getting Started and Choosing a Distro May 8th, 2006 |
| Replies: 10 Views: 9,897 untar the files :
if it's a .tar file then untar using the command "tar -xvf *.tar"
if it's a .tar.gz file then untar using the command "tar -xvfg *.tar.gz"
If you had downloaded a development... |
Forum: Website Reviews May 8th, 2006 |
| Replies: 17 Views: 2,681 Average
Abhinav Shah (http://www.abhinav.frih.net) |
Forum: Shell Scripting May 8th, 2006 |
| Replies: 2 Views: 2,010 I got no idea.. Sorry
Abhinav Shah (http://www.abhinav.frih.net) |
Forum: Shell Scripting Feb 27th, 2006 |
| Replies: 0 Views: 1,501 Hi !
This is the code of a script main.sh
while read line
do
chmod +x temp.sh
./temp.sh $line
done <test.txt |