Difference between pages "Sed" and "Set up a local printer using cups"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
 
Line 1: Line 1:
sed: Replace strings
+
Here are some printers and how to set them up:
sed -e "s/cgi?\([0-9][0-9]*\)/cgi@\1.html/g" myfile.html > index.html
+
* [[Brother DCP-J140W]]
 
+
* [[HP OfficeJet 6700]]
= See also =
 
* [[piping]]
 
* [[grep]]
 
* [[regex]]
 

Revision as of 06:31, 5 August 2015

Here are some printers and how to set them up: