This tag is for programming questions related to software and tools provided by the GNU ("GNU's Not Unix") project.
I would like to use the tr command to replace all occurrences of the string "\n" with a new line (\…
linux gnu trWhat is the best-practiced way to get an unique machine ID in GNU/Linux for i386 architecture? Are there any …
linux unique gnu uniqueidentifierIs there a way to exit with an error condition if a file does not exist? I am currently doing …
makefile gnuI can do this using the following example. The 1st command will output the lines 16...80 from file1 to patch, while …
bash sed gnu gnome-terminalI was searching for the source code of the C standard libraries. What I mean with it is, for example, …
c gnu glibc standard-libraryI would like to check multiple conditions in an if loop of GNU make file. Here's an example: ifeq ($(TEST_…
unix makefile gnu-make gnu boolean-logic