Topic profile page for SED.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: SED.
Topic "Sed" was discussed 47,308 times on 4,413 sites in last 3 months
Started 23 hours, 47 minutes ago (2009-11-27 13:14:00)
by limmer
I am using GNU sed but this does not output "what". Why? Code: HEY=$(echo "hey 70.70.70.70:21 what: " | sed -nr 's/.*(70.70.70.70\|71.71.71.71):(21\|22\|115\|443\ |989\|990) (.*):.*/\3/p') echo $HEY
Started 2 days, 7 hours ago (2009-11-26 05:47:00)
by srilaxmi
Hi, Can anyone Pls explain me the below SED code in detail. Code: sed -e :a -e '$!N;s///;ta' -e P -e D When this code is executed with a file(has 1lac records), it is taking very long time to process. So I wanted to modify this SED code with equivalant AWK code. Thanks, Sri
Started 2 days, 7 hours ago (2009-11-26 05:45:00)
by abhinav192
Hi All, How can i take the following code having three seds into a variable : Code: echo "$DateFileFormat" | sed 's/\./\\\\./g' | sed 's/\$/[0-9]+/g' | sed 's/\#/'$job_date'/g' I want to get the result stored in a script variable i tried Code: var2=`echo "$DateFileFormat" | sed 's/\./\\\\./g' | sed 's/\$/[0-9]+/g' | sed 's/\#/'$job_date'/g'`...
Started 2 days, 18 hours ago (2009-11-25 18:48:00)
by zydecojamm
SED TV Patents filed 2009 Article postulating that SED TV is alive and well. These two patents filed in 2009 seem to indicate that SED will use diamond or diamond like materials with posible graphite. We better dust off our SIDT diamond patents. Anyone have a list of APNT/SIDT Diamond emision patents. There probably only 4 years left on these patents.
Started 3 days, 13 hours ago (2009-11-24 23:36:00)
by vivelafete
Hi, i call my shell like: Code: my_shell "my project name" my script: Code: #!/bin/bash -vx projectname=$1 sed s/'PROJECT_NAME ='/'PROJECT_NAME = '$projectname/ temp cp temp test_config_doxy the following error occurres: Code: sed s/'PROJECT_NAME ='/'PROJECT_NAME = '$projectname/ temp + sed 's/PROJECT_NAME ...
Started 4 days, 13 hours ago (2009-11-23 23:40:00)
by abhinav192
Hi all I have a large file with some text in it.. I am using command : sed 's/text/human/g' text.txt but this prints the resultant file... I dont want that file on my screen, but only the change of the word text> human at one click.. Please help
Started 4 days, 15 hours ago (2009-11-23 21:39:00)
by donpat
SED: The TV That Never Was (And Probably Never Will Be?) By Nick Broughall on November 24, 2009 at 12:00 PM Back in 2004, Canon ? a company known for their cameras ? got together with Toshiba to announce the Next Big Thing in TV technology: SED. Five years later, SED has become the television equivalent of Duke Nukem Forever ? a lofty concept that sounded great, but we?ve given up on ever ...
http://sports.espn.go.com/nfl/news/story?id=467699 5 I really hope Sed can get back next week against the Patriots. That would be huge. We\'re really banged up on defense right now.
Started 6 days ago (2009-11-22 12:46:00)
by lawstudent
Hi, To comply with a new naming convention on a mediawiki site we have to run a SED or other PERL command to change all instances of [[Xxxxx xxx Xxxxx]] or [[Xxxxx Xxxx]] or [[Xxxxx Xxxxxx Xxxxx]] to [[Xxxxx xxxxx xxxx]] Can someone please explain how to do this... It has to be done on a mysql dump, so if there is a way to do this in mysql even better, otherwise I will make...
Started 1 week, 1 day ago (2009-11-19 15:00:00)
by John Fields
The transformer is rated to put out 12V @ 35A with a 120V input, so it has a turns ratio of 10:1. The ammeter on the left is measuring the current in the primary, which is 1/10th of the current in the secondary, and the meter on the right is measuring the current and voltage out of a solenoid-wound and toroid-wound coil, the point being to prove that a solenoid wrapped around a ...
Started 3 days, 2 hours ago (2009-11-25 10:09:00)
by Bantam Spirit
An economics professor at a local college made a statement that he had never failed a single student before but had once failed an entire class. That class had insisted that socialism worked and that no one would be poor and no one would be rich, a great equalizer. The professor then said, "OK, we will have an experiment in this class on socialism. All grades would be averaged and ...