Search Results

Search: Posts Made By: dala
5,608
Posted By dala
This output I get is from a server command, the...
This output I get is from a server command, the output from the server command is consistant, the client name and the next 3 lines are the client information. From the server command I might have...
5,608
Posted By dala
Do you have this in bourne shell????
Do you have this in bourne shell????
5,608
Posted By dala
this is my code.... #!/bin/sh syr_report()...
this is my code....
#!/bin/sh

syr_report()
{
while read -r line
do
case $line in
ClientOS*|MPFSrev*) echo -e $line | awk -v ORS=";" '{print}...
6,972
Posted By dala
Thx everyone!
Thx everyone!
5,608
Posted By dala
format output from while read line
I have an output that I get from while read, I want to display it as the following, please help.

Original output from while read line loop:
This is my client=1
client version=2.3.4
OS...
6,972
Posted By dala
Thx otheus, to answer your question, I am using ...
Thx otheus, to answer your question, I am using `grep "^first"`, when I found it I would continue and grep for the "^second" word and so on.
6,972
Posted By dala
retrieved multiple lines on multiple places in a file
I have a file containing the following lines:

first line
second line
third line
something goes here
something else goes here
something goes here
first line1
second line2
third line3

I...
Showing results 1 to 7 of 7

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