![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HP/Ux pcl printing | piooooter | HP-UX | 2 | 05-23-2007 12:56 AM |
| AWK printing | fastgoon | Shell Programming and Scripting | 1 | 08-28-2006 09:38 AM |
| Need Printing help Please | donnieb79 | UNIX for Dummies Questions & Answers | 1 | 01-23-2004 03:14 PM |
| Printing Problems in unix ... ( Bar-cdoe - Ip Printing) | QuickSilver | UNIX for Advanced & Expert Users | 3 | 06-04-2002 07:48 AM |
| TCP/IP printing on SCO 2.1.3 | eel_king | IP Networking | 2 | 01-29-2002 04:33 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Do all UNIX systems have the ability to print to an ASCII file? If so, is this a common thing to do, for reports or other output?
Thank you for your response. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
For Sun, HP and Linux, You can use:
#command > ASCII filename for example: #more /etc/hosts | grep user > ~/user |
|
#3
|
|||
|
|||
|
PRINTING
Annececile,
Thank you for your comment. Your answer is a little too technical for me! In fact, I am doing market research, and wanted to know what systems produce TXT or ASCII files as output. I assume it is all systems running UNIX? Thanks (Merci!) for your help! |
|
#4
|
||||
|
||||
|
All UNIX system make extensive use of plain text files.... errors, logs, configuration files most use open, non-proprietary, standards based text files for most operations.
There are other file structures for databases, etc. that require high performance indexing, etc. UNIX users commonly refer to plain old text files as flat files . Hope this helps.... |
||||
| Google The UNIX and Linux Forums |