| Summary: | FreeBSD lacks nl | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Kevin Neal <Kevin.Neal> |
| Component: | bin | Assignee: | Brian Somers <brian> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed #! /bin/sh exec cat -n "$@" State Changed From-To: closed->open ``cat -n'' is not even close to being a substitute for nl(1) Responsible Changed From-To: freebsd-bugs->brian I'll grab the NetBSD version - serves me right for thinking nl had no switches :-) State Changed From-To: open->closed nl(1) is now in -current |
I think the nl program was one of the programs stripped out of the 4.4BSD-lite distribution. Since then a new nl has been written and can be found in at least NetBSD. Fix: Grab NetBSD's nl wholesale. How-To-Repeat: Use HP-UX and write shell scripts to aid in debugging a program. Use nl in said scripts. Then try to run the scripts on FreeBSD. Be disappointed.