Search Results

Search: Posts Made By: Kinki
2,719
Posted By Kinki
To do this, type /\/ to find first /. type /\} to...
To do this, type /\/ to find first /. type /\} to find first }. Subsequent / or
}, type n which stands for next.
9,864
Posted By Kinki
hmm, what does PS referring to in the command?
hmm, what does PS referring to in the command?
9,864
Posted By Kinki
Hi Neo, Thank you for your reply. Sorry, i...
Hi Neo,
Thank you for your reply. Sorry, i don't understand the word "bump up", do u mean my second reply? So sorry..

Sorry i don't use perl in my script. Just ordinary #!/bin/sh.

What...
9,864
Posted By Kinki
Any help from somebody?
Any help from somebody?
9,864
Posted By Kinki
Check sendmail is not receiving any emails
Hi all,
Need some advise again. I am new to sendmail service which is already configured by some other administrators. I would need to write a script to check whether sendmail service is...
4,046
Posted By Kinki
oic. Yes u are right. if there is leading Blank,...
oic. Yes u are right. if there is leading Blank, how do u go about doing it?
4,046
Posted By Kinki
Sorry i try but nothing comes out. sed -ne...
Sorry i try but nothing comes out.

sed -ne '/^Final rating/s#^\([^=][^=]*\)=\([^/][^/]*\).*#\2#p' file

For this command,
May I know wat does /s stands for. Why is tat two [^=] and [^/]?...
4,046
Posted By Kinki
Hi, Thank you. Can I check with you whether...
Hi,
Thank you. Can I check with you whether this command is applicable in Linux?
4,046
Posted By Kinki
Print out just a word from the file
Hi,
Would like to find a more suitable solution for the following. I have a file eg test.log. In this file, i have to find the line that has "Final rating" which is the starting of the line. I...
2,336
Posted By Kinki
Thank you so much for ur help. Its my own mistake...
Thank you so much for ur help. Its my own mistake not realising that the file is already created in another directory.
2,336
Posted By Kinki
Hi all, Apologies for yesterday...
Hi all,

Apologies for yesterday frustration posted on the thread..

For all who tested the script. I know whats wrong.
1) I printed the script to another file
eg. my script "test.sh"...
4,011
Posted By Kinki
Hi, thank you a lot of your reply. :o I...
Hi,
thank you a lot of your reply. :o I appreciate a lot

Regards,
valerie.
3,086
Posted By Kinki
Hi, Your scripts works fine, didn't...
Hi,

Your scripts works fine, didn't encounter the problem u mentioned. Not sure why u have such problem. I just test out these two sentences. Look at your syntax again. u must have put the...
2,336
Posted By Kinki
frustrated with this forum
anyone to this qns??? I am getting veri frustrated with this forum. Posted two threads. NO replies for both... This forum is really not helpful at alll... :mad:
2,336
Posted By Kinki
Need help in solving "saving result to file"
#!/bin/sh

eOutput=$eOutput"Y "

hOutput=$hOutput"NA "

printf "${hOutput}\n${eOutput}\n" > "checkOutput.`date '+%d%b%Y'`"

-----------------
Need some help in solving this mystery please,...
4,011
Posted By Kinki
Confuse on how to use array and eval..
Hi,
Can anyone advise me on how to use array on Bash? I am really confuse in how eval is link to array... What i wan to do is let say i have an index of an array of 50. Store either 'N' or 'Y'...
Showing results 1 to 16 of 16

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