Search Results

Search: Posts Made By: RudiC
1,277
Posted By RudiC
If grep -A3 -B3 -i error /home/file.txt doesn't...
If grep -A3 -B3 -i error /home/file.txt doesn't work on your system, mayhap tail -n +$(($(grep -ni error /home/file.txt | cut -d: -f1)-3)) /home/file.txt | head -7 does?
Showing results 1 to 1 of 1

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