Search Results

Search: Posts Made By: semosam
5,450
Posted By semosam
how to make it a mount point ?
how to make it a mount point ?
3,252
Posted By semosam
i=1;j=1; while [ $i -lt 100 ]; if [ $i ==...
i=1;j=1;
while [ $i -lt 100 ];
if [ $i == 100 ]
then
i=i-1
else
do (( j = j + 1 ));
((i = i + 1 ));
fi
done;
echo $j
5,450
Posted By semosam
thanks methyl for ur completeness replay the...
thanks methyl for ur completeness replay
the command u mentiond didnt output anything
and the df -k dont show the home under it !
5,450
Posted By semosam
thanks methyl for replay but the solution were...
thanks methyl for replay
but the solution were :
dump -0f /dev/hdc /home
and it worked correctly
regards
9,611
Posted By semosam
i think that devtakh is right ! try to read the...
i think that devtakh is right ! try to read the results from temp file
and it will not become too hectic !
5,450
Posted By semosam
dump command fault
im performing the dump command :

dump 0uaf /dev/hdc /home
an error msg appers says:
DUMP: you cant update the dumpdates file while dumping a subdirectory
DUMP: the entire dump is aborted

can...
2,413
Posted By semosam
thx .. zenity is the one that the unix use i...
thx ..
zenity is the one that the unix use i saw thats a little ambiguous !
can u tell for example an echo hello to be in prompted window how this can be done ?
2,413
Posted By semosam
GUI for shell scripts
what GUI can be used with shell scripting
for example if i want to say hello in prompted window
thnx in advance
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy