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
~588 People Reached
Member Avatar for jbennet

I am a novice linux user (I am 15). I have run mandrake, fedora core and suse in the past because i liked thier configuration tools but now I am using slackware. I know how to install programs using RPM but how do you install .tgz or .tar.gz files ? …

Member Avatar for TKSS
0
225
Member Avatar for ahan

Hi, I have to manipulate a data file which say reads like this {$index $value $error_on_value} aa 4.56 0.7 bb 123.456 0.00987 cc 987654 321 . . in easily human readable format of type aa 4.6(7) bb 123.456(1) cc 9.877(3)e+05 value rounded to 4.6 with error of 0.7 on the …

Member Avatar for abhinav_shah
0
229
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
116