[Gllug] Script for splitting dirs

Tethys tet at accucard.com
Tue Jun 3 15:38:54 UTC 2003


itsbruce at uklinux.net writes:

>> daniel at cj:/usr/bin# more filesize
>
>try
>	more $(which filesize)

Or since "which" has historically been known to lie:

	more $(type -p filesize)

Or I suppose:

	$PAGER $(type -p filesize)

But that's just getting a bit too anal, even for me :-)

Tet


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list