Thread: Help a newb!!
View Single Post
Old 01-11-2009, 05:06 PM   #3 (permalink)
kmote
 

Join Date: Jul 2005

Location: England

Posts: 2,192

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: Help a newb!!

The problem with answering a question like this is that the "commands" in *nix are individual programs stored in a location listed in your $PATH variable
Code:
echo $PATH |tr ':' '\n'; file -L `which sed`
.
If the program is there, you can probably use it, if not you may be able to either get a binary or compile it in from source.
I have had a look and there does not seem to be a standard which says "to be [standard] compliant there must be a [standard] compliant version of the program 'tail' ".
Having said that, linux is a great place to learn unix.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is offline