LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-09-2002, 02:51 PM   #16
SiliconBadger
Member
 
Registered: May 2002
Location: Houston
Distribution: Gentoo
Posts: 32

Rep: Reputation: 15
I see...


Thanks for the info on the > /dev/null & part. That will be useful... how is that related to the | (pipe), which allows the piping of output as in tar -tf linux-2.4.18.tar.gz|egrep kde?

I see your point about the tips, acid_kewpie. This is a general problem I have with putting too much effort into forum posts.
 
Old 05-09-2002, 03:00 PM   #17
Rashkae
Member
 
Registered: May 2002
Distribution: Slackware
Posts: 125

Rep: Reputation: 15
> and |

> is used to redirect the SDTOUT of a process into a file (the work of writing to the file is being done by the shell)

| is used to redirect SDTOUT into SDTIN of another program.

Also useful is the < , which is used to read a file as STDIN for a process... This often gets neglected in favor of cat however.

Almost everywhere you see:
cat filename | someprogram

Can be re-written as:
someprogram < filename
 
Old 05-18-2002, 09:36 PM   #18
tifkat
Member
 
Registered: May 2002
Location: Perth, Australia
Distribution: Slack, RH, *BSD, Tru64/DECUnix/OSF1/Ultrix, Solaris/SunOS...
Posts: 40

Rep: Reputation: 16
Re: > /dev/null

Quote:
Originally posted by Rashkae Slightly edited by tifkat
/dev/null is... also a great device to use for backups. Guaranteed, backups will go many times faster.
Uh-oh, someone's been reading The BOFH again!

tifkat
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to prune a print & file server to leave minimal services running wolfpeach Linux - Security 4 06-29-2004 06:35 AM
leave process running after logoff nakkaya Linux - Software 4 04-09-2004 02:21 AM
Where have all my console apps gone? JordanH Red Hat 2 11-01-2003 09:14 PM
X apps from console after su tobyl Slackware 14 04-16-2003 04:37 PM
using custom fonts for console apps Beav Linux - General 1 09-28-2002 10:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration