Search Results

Search: Posts Made By: new_bee
6,925
Posted By Corona688
#!/bin/bash tail -f filename | while read...
#!/bin/bash

tail -f filename | while read LINE
do
[[ "${LINE}" == *"server started"* ]] && break

echo "$LINE"
done if you don't have bash, ksh should work too. plain sh...
Showing results 1 to 1 of 1

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