pipe equivalent to /dev/null ???

Oscar Herrera oscarh at hpdmd48.boi.hp.com
Mon Sep 10 04:35:35 AEST 1990


||Is there an equivalent 'pipe' like entity to /dev/null ?
||What I'd like to do is something like this 
||	anycommand | bitbucket
||
||Oscar Herrera
||----------

	Well, I found the answer to my own question.

		touch bitbucket
		chmod +x bitbucket

	Then    
		ll | bitbucket      

	works well.

Oscar Herrera



More information about the Comp.unix.shell mailing list