Search Results

Search: Posts Made By: danielnpu
4,087
Posted By danielnpu
Can you please make it clearer?
Can you please make it clearer?
4,087
Posted By danielnpu
How to pass parameters transparently into a sub script
Hi,

I am trying to write a script like this:

#!/bin/ksh
#script name: msgflow

#The awk commands for Solaris and Linux are incompatible
if [[ $(uname) == "SunOS" ]]
then
...
1,824
Posted By danielnpu
Thank you all for your nice help. I am...
Thank you all for your nice help.

I am using the first solution from pmm now since it is much easier for me to understand. It works well.

Thanks again.
Daniel
1,824
Posted By danielnpu
how to search reports with specified keyword in log
Hi,

I have a question with sed/awk. When I handle some log files I want to search all reports with specified keyword. For example, in the log below.

abcd
efg
===start
abc
e
===end
xyz...
Showing results 1 to 4 of 4

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