Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~639 People Reached

3 Posted Topics

Member Avatar for jbennet

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 …

Member Avatar for Member #2466
0
252
Member Avatar for ahan
Member Avatar for abhinav_shah
0
244
Member Avatar for abhinav_shah

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, …

0
125

The End.