Sed (Stream EDitor) is a command line editor for POSIX environment. Sed processes one or more files according to an editing script and writes the results to standard output. Created at Bell Labs, it has been around since the mid-70s.
0
votes
0answers
23 views
Bash script in ANT to remove text in file
I have this script:
# run this command to create production version of project.html
/<!-- BEGIN PRODUCTION|END PRODUCTION -->/ { next }
/<!-- (BEGIN|END) DEVELOPMENT -->/ { skip = !skip; ...
3
votes
1answer
21 views
sed insert file content after specific pattern match
I am tried after trying many combination and finally i came here. I want to insert file content at specific pattern match. following is example. i want to add file2.txt content in file1.txt between ...
0
votes
2answers
36 views
sed replace end of line with text and quote
I'm trying to change a line of type
DIRLIST="DIR/1 DIR/2 DIR/3"
to include a new DIR/4, using a bash script, where the DIR/4 is a command line argument
at the moment, this is my code for the ...
2
votes
2answers
50 views
extract a specific word in bash
I have some lines in below forms:
-rw-r--r-- sten/sefan anonymous 8593 2011-12-05 18:28 8M
-rw-r--r-- sten/sefan 8593 2011-12-05 18:28 8M
How can I get the 8593 one-liner?
The lines are retrieved ...
0
votes
2answers
28 views
How to find patterns in a line and print the result using UNIX sed?
If I have a line something like this:1300397,0,3,86,some more text here,end writing, another string here and I want to display 86 end writing only, how can I do that using sed?
So far I have this: ...
0
votes
5answers
35 views
Print text between two strings on the same line
I've been searching for a ling time, and have not been able to find a working answer for my problem.
I have a line from an HTML file extracted with sed '162!d' skinlist.html, which contains the text
...
1
vote
3answers
50 views
Bash replace string with contents from second file
I have two files one that looks like this:
FILE1
>comp0_c0_seq1 len=392 path=[1:0-391]
ATGAG...
>comp1_c0_seq1 len=399 path=[1:0-398]
AAGGA...
>comp1_c1_seq1 len=589 path=[1319:0-588]
...
2
votes
6answers
57 views
Parsing a config file in bash
Here's my config file (dansguardian-config):
banned-phrase duck
banned-site allaboutbirds.org
I want to write a bash script that will read this config file and create some other files for me. ...
1
vote
6answers
74 views
search (e.g. awk, grep, sed) for string, then look for X lines above and another string below
I need to be able to search for a string (lets use 4320101), print 20 lines above the string and print after this until it finds the string
For example:
Random text I do not want or blank line
16 ...
1
vote
7answers
45 views
search a string in a files if it match replace another string in the same line with some string
h -t 9.641909323 -s 0 -d 29 -p cbr -e 1078 -c 2 -a 0 -i 169 -k MAC
r -t 9.650534114 -s 29 -d 29 -p cbr -e 1020 -c 2 -a 0 -i 169 -k MAC
+ -t 9.650544114 -s 29 -d -1 -p ACK -e 38 -c 2 -a 0 -i 0 -k MAC
...
3
votes
3answers
63 views
Renaming files with various extensions
I have a folder of files which contains a variety of random file extensions as well as no extensions at all. I wish to strip the extensions from the file name. I feel I may be going a long winded way ...
0
votes
2answers
64 views
Loop and work between patterns
I'm trying to pick some information of a very huge document. The file follows this pattern:
'>Title 1'
0 200, >name [numbers&letters]
1 200, >name [numbers&letters]
2 200, ...
1
vote
3answers
28 views
Build a sed script from specific environment variables
I need to have a very basic template system in shell to port a windows installer to linux. So I can not change the syntax of the template variables.
I want to take specific environment variables ...
0
votes
4answers
37 views
How to terminate a regular expression and start another
I have a file which have the data something like this
34sdf, 434ssdf, 43fef,
34sdf, 434ssdf, 43fef, sdfsfs,
I have to identify the sdfsfs, and replace it and/or print the line.
The exact ...
2
votes
8answers
88 views
Unix command to convert multiple line data in a single line along with delimiter
Here is the actual file data:
abc
def
ghi
jkl
mno
And the required output should be in this format:
'abc','def','ghi','jkl','mno'
The command what I used to do this gives output as:
...
0
votes
2answers
32 views
sed find/replace lines with whitespaces
I'm writing a shell script that will find and replace a line to disable password caching in nscd. The problem is, there is a ton of white space before and inbetween the parameters and I can't seem to ...
1
vote
1answer
52 views
Manipulate columns using awk or sed
I have a file which i would like to rearrange....
Input file:
sublat
16 0.04 0.051
32 0.04 0.050
16 0.06 0.055
32 0.06 0.054
c2dotc2
16 0.04 0.464
32 0.04 0.624
16 0.06 0.505
32 0.06 0.743
Output ...
1
vote
3answers
38 views
Extract IP and Pointer Record from zone file
I'm reading in a file which is part of an AXFR file that I have exported to a txt file. Basically, I cat out the file, grep out ONLY the PTR records (I'm only interested in these right now). I've ...
1
vote
3answers
49 views
What is regular expression for first field containing alpha-numeric?
I have data that starts out like this in a .csv file
"684MF7","684MF7","RN"
The first field "684MF7" should only contain numeric characters; no alpha characters should be present in the first field. ...
-1
votes
0answers
49 views
sed/awk/perl? Replace pattern with result of using pattern as input to another command
I'm writing a wrapper function for ssh that replaces keys (specified elsewhere) with the proper username@hostname for that server. Keys are designated by the presence of at least one comma. For ...
1
vote
5answers
45 views
How to use sed to extract substring
I have a file containing the following lines:
<parameter name="PortMappingEnabled" access="readWrite" type="xsd:boolean"></parameter>
<parameter name="PortMappingLeaseDuration" ...
2
votes
7answers
82 views
Why these simple shell commands fail when used in sed'd replacement
While trying to find an answer of this sed question I came up with a strange behavior that I couldn't understand.
Let's say I have a file called data
$> cat data
foo.png
abCd.png
bar.png
baZ.png
...
1
vote
1answer
35 views
bash sed command failing to find and replace
I can not get the following bash sed commands to find and replace as it fails to match:
$ sed -i.bak 's,\"js/lj.main.min.js\?\d{14}\","js/lj.main.min.js?20130521080532",g' index.html
or
$ sed ...
2
votes
2answers
72 views
Find by regex and replace match to lowercase in Bash
I would like to replace all contents of a file that match a given regex to their lowercase equivalent. Like:
grep -o '[^ ]*[A-Z][^ ]*.png' file-21-05-2013.sql* | awk '{print tolower($0)}'
The line ...
0
votes
3answers
30 views
Replacing a line from multiple files, limiting to a line number range
I have a large number of files and I want to replace some lines from all of these files. I don't know the exact contents of the lines, all I know is all of them contain two known words - let's say for ...
2
votes
4answers
32 views
Can't extract pattern from filename
Getting errors from the following sed command:
echo 20130521_OnePKI_p107336_APP.pfx | sed -e 's/_\([pP][0-9]+\)_/\1/'
Instead of returning p107336, it is returning the full filenam ...
1
vote
4answers
31 views
SED command in UNIX
I want to remove below string from a file in Unix:
<?xml version='1.0' encoding='UTF-8'?>
The file content is exactly this:
<?xml version='1.0' encoding='UTF-8'?>Hello World
in one ...
-1
votes
1answer
17 views
Trying to extract MRTG info from a webpage using curl and sed
I am trying to extract some info from an MRTG page to track, namely the 5-minute Max, Avg and Cur values under class 'in" for the 5 minute graph.
So far, I have come up with
curl -s ...
0
votes
2answers
33 views
sed pattern replace with new line
I'm trying to replace with insert in all files in the directory with the following command:
find . -type f -exec sed -i.bak ':begin;$!N;s/\(@Autowired\)\n\(public .*\)\((ServletRequest\)/\2() ...
0
votes
1answer
47 views
bash remove everything DIRECTLY after html
My question is almost identical to this one: Bash remove everything after </html>. However, the answer
sed -i '/<\/html>/,$d;$a <\/html>' yourfile
is stripping the tag as well. ...
-1
votes
2answers
53 views
Awk/Sed: how to replace string?
Given a data.json such as:
{ "key1":"value1", "key2":"value2", "key3":"value3", "key4":"value4" },
{ "key1":"babla1", "key2":"babla2", "key3":"babla3", "key4":"babla4" },
{ "key1":"tata1", ...
-3
votes
4answers
53 views
using bash sed to replace file name variables in file
I am trying to find and replace in index.html the strings "js/main.js" and "js/main.min.js?YYYYMMDDHHMMSS" with a new "js/main.min.js?YYYYMMDDHHMMSS" using the below:
File='js/main.js'
...
1
vote
1answer
42 views
Replacing text using sed
What am I doing wrong?
sed -i 's/** [out :: apple.mango@machine-6.mysite.com]/machine-6/g' file1.csv
Error -: sed: -e expression #1, char 58: Invalid range end
I basically want to replace ...
0
votes
3answers
68 views
Sed to extract text between two strings
Please help me in using sed.
I have a file like below.
START=A
xxxxx
xxxxx
END
START=A
xxxxx
xxxxx
END
START=A
xxxxx
xxxxx
END
START=B
xxxxx
xxxxx
END
START=A
xxxxx
xxxxx
END
...
0
votes
2answers
24 views
sed error: “invalid reference \1 on `s' command's RHS”
I run several substitution commands as the core of a colorize script for maven.
One of the sed commands uses a regular expression which works find in the shell as discussed here. The current (not ...
0
votes
1answer
22 views
sed error “Invalid range end”
I run this substitution command on Ubuntu 12.04.
$ sed -e "s/([a-zA-Z0-9.-/\\ :]+)/\1/g"
However, the following error is raised.
sed: -e expression #1, char 27: Invalid range end
I can ...
0
votes
2answers
42 views
How to grep specific lines from nmap -O output?
I got many files named like 192.168.203.txt as the output of
sudo nmap -O --top-ports 192.168.203.* >>192.168.203.txt
The output looks like as below:
Nmap scan report for 192.168.203.29
...
4
votes
6answers
131 views
Shell script to get list of defined users on Linux?
I put this together, but it sucks: (e.g. magic numbers in there, text parsing.. boo!)
awk -F: '{if($3 >= 1000 && $3 < 2**16-2) print $1}' /etc/passwd
What's the proper way to do this?
...
5
votes
2answers
57 views
Using sed to delete range of lines except the end pattern
input.txt:
blah1
blah2
start_pattern
blah3
blah4
blah5
end_pattern
blah6
blah7
I would like input.txt to become:
blah1
blah2
end_pattern
blah6
blah7
I tried the following, but it didn't work.
...
0
votes
2answers
51 views
use sed to search and replace patterns via regular expressions
trying to replace within a file everything including password up to the space.
password=xx%40%25PKz3L2jTa HTTP
tried the following sed command, using regular expression from ...
2
votes
2answers
39 views
sed copy substring from fixed position and copy it in front of line
I'm dealing with many csv files and I can't find a way with sed to select a substring at a fixed position (chars 9-16) and copy it at the beginning of the line.
This is what I have:
...
2
votes
2answers
51 views
Extract text between HTML tags
I have many HTML files from which I need to extract text. If it's all on one line, I can do that quite easily but if the tag wraps around or is on multiple lines I can't figure how to do this. Here's ...
-2
votes
1answer
28 views
how to join two (or more) columns recorded in separate files?
I have this two files (file1.txt and file2.txt) my wanted output is output12.txt:
file1.txt
1c 2c
1c 2c
file2.txt
1c 2c
1c 2c
output12.txt
1c 2c
1c 2c
1c 2c
1c 2c
how i can do this ? sed ...
1
vote
4answers
72 views
Remove lines based on number of characters.
I am wondering how I can remove lines from a dataset that contain more than a certain number of characters, based on the sum of two rows.
For example, in the following data:
2 rs121065 0 ...
1
vote
5answers
41 views
need to parse between second underscore and first hyphen of the text using sed
I have an rpm file, e.g. abc_defg_hijd-3.29.0-2_el6_11h.txt.
I need to parse the words between the 2nd underscore _ and first hyphen - of the above text,
so the required output will be hijd.
I was ...
3
votes
4answers
72 views
Awk/Perl/Sed column substitution based on a text code
I have a text file with the following content
L,4m,06/03/2013
L,33GJm,06/03/2013,G
L,44Bm,06/03/2013,B
L,4q,08/03/2013
J,4m,04/03/2013
J,3GU,04/03/2013,G
J,3jm,04/03/2013
J,3GJ,04/03/2013,G
...
4
votes
2answers
60 views
Find and execute mathematical expression from an xml attribute and replace the value
Below is an excerpt from some xml files that need processing:
<BirimAdi>Adet</BirimAdi>
<BirimCarpan>1</BirimCarpan>
<HavaleFiyati>0</HavaleFiyati>
...
-1
votes
0answers
57 views
JS-virus cleaning using sed
Recently got a JS-virus, which inserts preceeding code in all js-files:
/*214afaae*/(function(){
function stripos (f_haystack, f_needle, f_offset) {
var haystack = (f_haystack + ...
1
vote
3answers
66 views
how to find and delete below line using shell script
Below line has printed in my all php project pages because of malicious attacks.Now think is how i can find and delete this lines using shell script
function_exists('date_default_timezone') ?
...
0
votes
2answers
41 views
Replacing with sed wont work
I have a file called "washington", with capital spelled in 4 different
ways: Capital, capital, Capitol, capitol. Use the "sed" command
to replace all of them at once, with the correct spelling: ...


