Top "Gnu-coreutils" questions

Use this tag for questions specific to the GNU Core Utilities.

Echo text to multiple files using find

I'd like to add some simple text into some files. Specifically, I do this on Linux lpfc drivers: ls -1 /…

linux shell gnu-coreutils
How to get all fields in outer join with Unix join?

Suppose that I have two files, en.csv and sp.csv, each containing exactly two comma-separated records: en.csv: 1,dog,…

shell unix join gnu gnu-coreutils
How to trim the output of the UNIX who Command?

I am working with an idea using the unix who command. As we all know, there does not seem to …

bash gnu-coreutils