Re: Strange behaviour with tail command
Posted: 17. May 2023, 10:01
Now i'm wondering why your last command didn't give you an error........
Linux for the Lazy Slacker
https://forum.salixos.org/
Because I did this;percoco2000 wrote: ↑17. May 2023, 10:01 Now i'm wondering why your last command didn't give you an error........
Note that it’s not persistent.gapan wrote: ↑12. May 2023, 23:36 You can override it with:Code: Select all
export _POSIX2_VERSION=200809
# Compilation with glibc version later than 2.3.2 needs the environment
# variable DEFAULT_POSIX2_VERSION set to 199209.
# Without that line, the coreutils will start complaining about 'obsolete'
# command switches, like "tail -20" will be considered obsolete.
# This behaviour breaks many other packages... the 'obsolete' parameters are
# too commonly used to disregard them. Better to stick with the older more
# widely accepted standards until things begin to demand the new way.