Skip to main content

Questions tagged [non-gnu]

11 votes
2 answers
5k views

[edit: clarified that I need an in awk solution, and corrected that I need to sort 'indexes' (or rather, output them in a sorted way) instead of the ambiguous 'values')] In awk, I often count things, ...
Olivier Dulac's user avatar
3 votes
4 answers
3k views

I want to find some files, in a non GNU environment in the current directory only with extension *.ext1 and *.ext2, but not name1.* or name2.* The following command works, but may be not efficient, ...
Mattia72's user avatar
  • 173
1 vote
0 answers
72 views

The LSB is a specification, and as such, should be provider neutral. But it contains many “hard‑coded” reference to GNU at many places. Ex. the ELF Linux's specific entries PT_GNU_STACK, PT_GNU_RELRO ...
Hibou57's user avatar
  • 975
27 votes
6 answers
25k views

I've been thinking about discontinuing the use of GNU Coreutils on my Linux systems, but to be honest, unlike many other GNU components, I can't think of any alternatives (on Linux). What alternatives ...
xenoterracide's user avatar
7 votes
3 answers
7k views

On the Unix Bash commandline, I want to calculate the date from 1125 days ago using the base operating system (e.g. No Perl or Python). On systems running GNU Date, I can do something like this: ...
Stefan Lasiewski's user avatar