Search Results

Search: Posts Made By: kenwolff
10,897
Posted By kenwolff
That seems to help. Thanks very much!
That seems to help. Thanks very much!
10,897
Posted By kenwolff
How to supress a "Killed" message when a process is terminated?
Does anyone know how I can supress the "Killed" message that's produced when I kill a process? I've got a script that performs a "tail -f" on a database error log and pipes the output into an awk...
5,639
Posted By kenwolff
Thank you, Kanang. That seems to work fine. I...
Thank you, Kanang. That seems to work fine. I also found a way to do this through perl:

perl -e 'while (<>) { s/(abc)/$1\ndef/g; print }'
5,639
Posted By kenwolff
sed + new line
I'd like to create a new line using sed. For example, if a file contains one line:
abc

I want the result of sed to be two lines:
abc
def

Does anyone know how to do this? sed "s/abc/&/g"...
Showing results 1 to 4 of 4

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