The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
124 views

find, rounding and daystart

Suppose a file is created as follows: $ touch -d "00:00:00 today" stamp Why the following command does not find it? $ find -type f -daystart -mtime 0 The following command does find this file $ ...
4
votes
1answer
207 views

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,red,car 3,cat,white,boat sp.csv: 2,conejo,gris,tren 3,gato,blanco,bote If I ...
1
vote
0answers
54 views

Generate sort executable from coreutils using gcc with -ggdb switch

I have the coreutils-8.19 source files with me. I want to do a source level analysis on the GNU sort utility using the perf record & report option to identify possible areas in the source sort.c ...
0
votes
0answers
18 views

How to install only selected source functions?

I tried to follow the tutorial in this link (http://mattbsoftware.blogspot.com/2009/04/colerful-ls-dircolors-on-mac.html) to install dircolors to enable a better color scheme of the terminal. I've ...
0
votes
0answers
256 views

coreutils make failed

I need to do some business on coreutils as a part of a project for school, but I am stuck right at the beginning of README-hacking, I have done all things and they were successful until make. It ...