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

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Created page with "Hidden files under Linux are files that start with a dot. They are not included when using the * operator in bash: # ls .hidden a.out datei main.cpp # ls * a.out date...")
 
 
Line 1: Line 1:
Hidden files under Linux are files that start with a dot. They are not included when using the * operator in [[bash]]:
+
Here are some printers and how to set them up:
# ls
+
* [[Brother DCP-J140W]]
.hidden  a.out  datei  main.cpp
+
* [[HP OfficeJet 6700]]
# ls *
 
a.out  datei  main.cpp
 

Revision as of 06:31, 5 August 2015

Here are some printers and how to set them up: