tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: tar issue on netbsd-5



John Klos wrote:
> I thought that tar was replaced by pax so that we didn't have size 
> limitations. diff `which tar` `which pax` says they're they same.

BTW, ls(1) would tell you the same thing quicker:

$ ls -i1 $(which tar) $(which pax)
11027 /bin/pax
11027 /bin/tar

--jkl


Home | Main Index | Thread Index | Old Index