Search Results

Search: Posts Made By: TECK
1,732
Posted By Akshay Hegde
Try for given input this should work $ sed...
Try for given input this should work

$ sed -r -e '/^location beta/ { n ; s/y/s/ }' file
location alpha
value x
location beta
value s
location gamma
value y
location delta
...
1,797
Posted By Corona688
If you don't want to use the output at all, how...
If you don't want to use the output at all, how about

nohup ./script & disown This will redirect or close all binds to the terminal when it launches the script, put it into the background, and...
Forum: Linux 01-24-2011
8,824
Posted By mark54g
I would use this as a reason, for management's...
I would use this as a reason, for management's awareness, to get every vital system on a UPS and regimented backup and recovery process.
Forum: Linux 01-24-2011
8,824
Posted By Corona688
UPSes with degraded batteries can be worse than...
UPSes with degraded batteries can be worse than useless; they might forget their state and stay off after an extended power outage is fixed! I had to drive 250km to swap one stupid box over that...
Forum: Linux 01-24-2011
8,824
Posted By citaylor
UPS are nearly always essential - even small ones...
UPS are nearly always essential - even small ones can make the difference between a system shutting down gracefully and just turning off (Ive found in the past that if you calculate the downtime of...
Showing results 1 to 5 of 5

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