No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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 kit then you need to run the following commands After untarring run the following …
I got no idea.. Sorry [URL="http://www.abhinav.frih.net"]Abhinav Shah[/URL]
Hi ! This is the code of a script main.sh [CODE] while read line do chmod +x temp.sh ./temp.sh $line done <test.txt [/CODE] Now this script reads from a file test.txt and calls another script temp.sh. Here is temp.sh [CODE] echo $1 rsh alpha11.xyz.com ls [/CODE] Now the problem is, …
The End.
abhinav_shah