Re: tac for freebsd !! ?

2004-02-20 Thread Lowell Gilbert
sweetleaf <[EMAIL PROTECTED]> writes:

> I am trying to install some window fonts
> per... http://www.paulandlesley.org/linux/xfree4_tt.html
> 
> The problem is that "tac" is not installed and i cant find it in the
> packages or ports. Is tac even available for freebsd 5.x?
> 
> # tail +2 fonts.scale | tac >> fonts.dir
> 
> tac: Command not found.

rev(1)

But in this case, "tail -r" would be more efficient.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tac for freebsd !! ?

2004-02-20 Thread Dan Nelson
In the last episode (Feb 20), sweetleaf said:
> I am trying to install some window fonts per... 
> http://www.paulandlesley.org/linux/xfree4_tt.html
> 
> The problem is that "tac" is not installed and i cant find it in the 
> packages or ports. Is tac even available for freebsd 5.x?
> 
> # tail +2 fonts.scale | tac >> fonts.dir
> 
> tac: Command not found.

You can use "tail -r" instead.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"