Lines Matching refs:SED

73 	SED="$1"
110 $SED 's/^/e1_/p' lines1
111 mark '1.2' ; $SED -n 's/^/e1_/p' lines1
112 mark '1.3' ; $SED 's/^/e1_/p' <lines1
113 mark '1.4' ; $SED -n 's/^/e1_/p' <lines1
116 $SED -e '' <lines1
119 mark '1.5' ; $SED -f script1 lines1
120 mark '1.6' ; $SED -f script1 <lines1
121 mark '1.7' ; $SED -e 's/^/e1_/p' lines1
122 mark '1.8' ; $SED -e 's/^/e1_/p' <lines1
123 mark '1.9' ; $SED -n -f script1 lines1
124 mark '1.10' ; $SED -n -f script1 <lines1
125 mark '1.11' ; $SED -n -e 's/^/e1_/p' lines1
126 mark '1.12' ; $SED -n -e 's/^/e1_/p' <lines1
127 mark '1.13' ; $SED -e 's/^/e1_/p' -e 's/^/e2_/p' lines1
128 mark '1.14' ; $SED -f script1 -f script2 lines1
129 mark '1.15' ; $SED -e 's/^/e1_/p' -f script1 lines1
130 mark '1.16' ; $SED -e 's/^/e1_/p' lines1 lines1
132 mark '1.17' ; $SED p <lines1 lines1
139 mark '1.18' ; $SED -f script1 <lines1 lines1
145 mark '2.1' ; $SED -n -e '4p' lines1
146 mark '2.2' ; $SED -n -e '20p' lines1 lines2
147 mark '2.3' ; $SED -n -e '$p' lines1
148 mark '2.4' ; $SED -n -e '$p' lines1 lines2
149 mark '2.5' ; $SED -n -e '$a\
151 mark '2.6' ; $SED -n -e '$p' lines1 /dev/null lines2
153 mark '2.7' ; $SED -n -e '20p' lines1
156 mark '2.9' ; $SED -n '/l1_7/p' lines1
157 mark '2.10' ; $SED -n ' /l1_7/ p' lines1
158 mark '2.11' ; $SED -n '\_l1\_7_p' lines1
159 mark '2.12' ; $SED -n '1,4p' lines1
160 mark '2.13' ; $SED -n '1,$p' lines1 lines2
161 mark '2.14' ; $SED -n '1,/l2_9/p' lines1 lines2
162 mark '2.15' ; $SED -n '/4/,$p' lines1 lines2
163 mark '2.16' ; $SED -n '/4/,20p' lines1 lines2
164 mark '2.17' ; $SED -n '/4/,/10/p' lines1 lines2
165 mark '2.18' ; $SED -n '/l2_3/,/l1_8/p' lines1 lines2
166 mark '2.19' ; $SED -n '12,3p' lines1 lines2
167 mark '2.20' ; $SED -n '/l1_7/,3p' lines1 lines2
173 mark '3.1' ; $SED -e '
179 mark '3.2' ; $SED -e '
187 mark '3.3' ; $SED -e '
195 mark '3.4' ; $SED -e '4,12!s/^/^/' lines1
201 mark '4.1' ; $SED -n -e '
207 mark '4.2' ; $SED -n -e '
214 mark '4.3' ; $SED -n -e '
221 mark '4.4' ; $SED -n -e '
225 mark '4.5' ; $SED -n -e '
229 mark '4.6' ; $SED -n -e '
233 mark '4.7' ; $SED -n -e '
237 mark '4.8' ; $SED d <lines1
243 mark '5.1' ; $SED -n -e '
259 mark '5.2' ; $SED -n -e '
266 mark '5.3' ; $SED -n -e '
275 mark '5.4' ; $SED -n -e '
286 mark '5.5' ; $SED -n -e '
294 mark '5.6' ; $SED 5q lines1
295 mark '5.7' ; $SED -e '
300 mark '5.8' ; $SED -e '
312 mark '6.1' ; $SED -n -e '
317 mark '6.2' ; $SED -n -e '
321 mark '6.3' ; $SED -e '
329 mark '6.4' ; $SED -e '
339 mark '6.5' ; $SED -e '4n' lines1
340 mark '6.6' ; $SED -n -e '4n' lines1
348 mark '7.1' ; $SED -n l lines3
349 mark '7.2' ; $SED -e '/l2_/=' lines1 lines2
351 mark '7.3' ; $SED -e '3,12w lines4' lines1
354 mark '7.4' ; $SED -e '4r lines2' lines1
355 mark '7.5' ; $SED -e '5r /dev/dds' lines1
356 mark '7.6' ; $SED -e '6r /dev/null' lines1
367 $SED -n -e '$p' lines3 /dev/null
373 mark '8.1' ; $SED -e 's/./X/g' lines1
374 mark '8.2' ; $SED -e 's,.,X,g' lines1
375 mark '8.3' ; $SED -e 's.\..X.g' lines1
378 mark '8.4' ; $SED -e 's/[\/]/Q/' lines1
379 mark '8.5' ; $SED -e 's_\__X_' lines1
380 mark '8.6' ; $SED -e 's/./(&)/g' lines1
381 mark '8.7' ; $SED -e 's/./(\&)/g' lines1
382 mark '8.8' ; $SED -e 's/\(.\)\(.\)\(.\)/x\3x\2x\1/g' lines1
383 mark '8.9' ; $SED -e 's/_/u0\
386 mark '8.10' ; $SED -e 's/./X/4' lines1
388 mark '8.11' ; $SED -e 's/1/X/w lines4' lines1
391 mark '8.12' ; $SED -e 's/[123]/X/g' lines1
392 mark '8.13' ; $SED -e 'y/0123456789/9876543210/' lines1
393 mark '8.14' ; $SED -e 'y10\123456789198765432\101' lines1
394 mark '8.15' ; $SED -e '1N;2y/\n/X/' lines1
396 echo 'eeefff' | $SED -e 'p' -e 's/e/X/p' -e ':x' \
398 mark '8.17' ; $SED -e 's&.&\&&g' lines1
403 $SED -x && exit 1
404 $SED -f && exit 1
405 $SED -e && exit 1
406 $SED -f /dev/dds && exit 1
407 $SED p /dev/dds && exit 1
408 $SED -f /bin/sh && exit 1
409 $SED '{' && exit 1
410 $SED '{' && exit 1
411 $SED '/hello/' && exit 1
412 $SED '1,/hello/' && exit 1
413 $SED -e '-5p' && exit 1
414 $SED '/jj' && exit 1
417 $SED 'b foo' && exit 1
418 $SED 'd hello' && exit 1
419 $SED 's/aa' && exit 1
420 $SED 's/aa/' && exit 1
421 $SED 's/a/b' && exit 1
422 $SED 's/a/b/c/d' && exit 1
423 $SED 's/a/b/ 1 2' && exit 1
425 $SED 's/a/b/w' && exit 1
426 $SED 'y/aa' && exit 1
427 $SED 'y/aa/b/' && exit 1
428 $SED 'y/aa/' && exit 1
429 $SED 'y/a/b' && exit 1
430 $SED 'y/a/b/c/d' && exit 1
431 $SED '!' && exit 1
432 $SED supercalifrangolisticexprialidociussupercalifrangolisticexcius